Cleanup code

Also remove redundant code, it is already handled correctly in subsequent function calls.
This commit is contained in:
Chocobo1
2018-12-28 13:38:08 +08:00
parent 19d6de795c
commit 6759446639
5 changed files with 27 additions and 31 deletions

View File

@@ -68,8 +68,8 @@ public:
static int savePathHistoryLength();
static void setSavePathHistoryLength(int value);
static void show(QString source, const BitTorrent::AddTorrentParams &inParams, QWidget *parent);
static void show(QString source, QWidget *parent);
static void show(const QString &source, const BitTorrent::AddTorrentParams &inParams, QWidget *parent);
static void show(const QString &source, QWidget *parent);
private slots:
void showAdvancedSettings(bool show);