Improve checkbox interface for selecting tags in the context menu. Closes #7060

This commit is contained in:
Tony Gregerson
2017-07-09 18:15:08 -05:00
parent 3d970399d4
commit c5e73219bf
2 changed files with 166 additions and 50 deletions

View File

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