Bringing the AddNewTorrentDialog to the front.

This commit is contained in:
Vladimir Golovnev (Glassez)
2013-09-17 16:18:01 +04:00
parent 89b82778e6
commit b78ea79d30
4 changed files with 27 additions and 12 deletions

View File

@@ -56,6 +56,9 @@ public:
static void showTorrent(const QString& torrent_path, const QString& from_url = QString());
static void showMagnet(const QString& torrent_link);
protected:
void showEvent(QShowEvent *event);
private slots:
void showAdvancedSettings(bool show);
void displayContentTreeMenu(const QPoint&);