change torrentDoubleClicked() so it can be used in a hotkey

This commit is contained in:
thalieht
2017-01-24 13:10:08 +02:00
parent 077ad6506c
commit ed900d3e86
2 changed files with 9 additions and 4 deletions

View File

@@ -101,7 +101,7 @@ protected:
QList<BitTorrent::TorrentHandle *> getSelectedTorrents() const;
protected slots:
void torrentDoubleClicked(const QModelIndex& index);
void torrentDoubleClicked();
void displayListMenu(const QPoint&);
void currentChanged(const QModelIndex& current, const QModelIndex&);
void toggleSelectedTorrentsSuperSeeding() const;