Remove obsoleted functions from Utils::Gui namespace

`widget` parameter is kept for now to avoid major disruption for other PR.
Also add comments for loading svg images.

PR #16613.
This commit is contained in:
Chocobo1 2022-03-11 13:40:58 +08:00 committed by GitHub
commit 88fe94bd6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 45 additions and 65 deletions

View file

@ -305,7 +305,7 @@ void AddNewTorrentDialog::setSavePathHistoryLength(const int value)
void AddNewTorrentDialog::loadState()
{
Utils::Gui::resize(this, m_storeDialogSize);
resize(m_storeDialogSize);
m_ui->splitter->restoreState(m_storeSplitterState);;
}