|
|
@ -69,7 +69,10 @@ const QString KEY_SAVEPATHHISTORY = SETTINGS_KEY("SavePathHistory"); |
|
|
|
namespace |
|
|
|
namespace |
|
|
|
{ |
|
|
|
{ |
|
|
|
// just a shortcut
|
|
|
|
// just a shortcut
|
|
|
|
inline SettingsStorage *settings() { return SettingsStorage::instance(); } |
|
|
|
inline SettingsStorage *settings() |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
return SettingsStorage::instance(); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
AddNewTorrentDialog::AddNewTorrentDialog(QWidget *parent) |
|
|
|
AddNewTorrentDialog::AddNewTorrentDialog(QWidget *parent) |
|
|
@ -309,7 +312,6 @@ void AddNewTorrentDialog::showEvent(QShowEvent *event) |
|
|
|
raise(); |
|
|
|
raise(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void AddNewTorrentDialog::showAdvancedSettings(bool show) |
|
|
|
void AddNewTorrentDialog::showAdvancedSettings(bool show) |
|
|
|
{ |
|
|
|
{ |
|
|
|
const int minimumW = minimumWidth(); |
|
|
|
const int minimumW = minimumWidth(); |
|
|
|