Add "Tracker entries" dialog

This commit is contained in:
Chocobo1
2019-06-24 23:37:31 +08:00
parent 91742d4a53
commit 9e7f50517e
9 changed files with 277 additions and 1 deletions

View File

@@ -118,6 +118,7 @@ signals:
private:
void wheelEvent(QWheelEvent *event) override;
void askAddTagsForSelection();
void editTorrentTrackers();
void confirmRemoveAllTagsForSelection();
QStringList askTagsForSelection(const QString &dialogTitle);
void applyToSelectedTorrents(const std::function<void (BitTorrent::TorrentHandle *const)> &fn);