mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 16:58:06 -06:00
Improve Status Filter
replaces quadratic update operation with linear
This commit is contained in:
@@ -459,6 +459,7 @@ namespace BitTorrent
|
||||
void startUpTorrents();
|
||||
Torrent *findTorrent(const TorrentID &id) const;
|
||||
QVector<Torrent *> torrents() const;
|
||||
qsizetype torrentsCount() const;
|
||||
bool hasActiveTorrents() const;
|
||||
bool hasUnfinishedTorrents() const;
|
||||
bool hasRunningSeed() const;
|
||||
|
||||
Reference in New Issue
Block a user