Enable drag n drop to create torrent on mainwindow

This commit is contained in:
Chocobo1 2016-04-28 19:06:02 +08:00
parent 386b93bb0f
commit 908481885c
2 changed files with 30 additions and 3 deletions

View file

@ -202,6 +202,7 @@ private:
bool event(QEvent *e) override;
void displayRSSTab(bool enable);
void displaySearchTab(bool enable);
void createTorrentTriggered(const QString &path = QString());
Ui::MainWindow *m_ui;