Home
last modified time | relevance | path

Searched refs:applyToSelectedTorrents (Results 1 – 2 of 2) sorted by relevance

/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/
H A Dtransferlistwidget.h120 void applyToSelectedTorrents(const std::function<void (BitTorrent::Torrent *const)> &fn);
H A Dtransferlistwidget.cpp739 void TransferListWidget::applyToSelectedTorrents(const std::function<void (BitTorrent::Torrent *con… in applyToSelectedTorrents() function in TransferListWidget
777 applyToSelectedTorrents([&tag](BitTorrent::Torrent *const torrent) { torrent->addTag(tag); }); in addSelectionTag()
782applyToSelectedTorrents([&tag](BitTorrent::Torrent *const torrent) { torrent->removeTag(tag); }); in removeSelectionTag()
787 applyToSelectedTorrents([](BitTorrent::Torrent *const torrent) { torrent->removeAllTags(); }); in clearSelectionTags()