mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 22:22:33 -06:00
Some TransferListWidget speedup.
Handle data changed event for all torrents at once.
This commit is contained in:
committed by
Vladimir Golovnev
parent
5cf976bbb2
commit
91ffbfcf68
@@ -97,6 +97,7 @@ private slots:
|
||||
void addTorrent(BitTorrent::TorrentHandle *const torrent);
|
||||
void handleTorrentAboutToBeRemoved(BitTorrent::TorrentHandle *const torrent);
|
||||
void handleTorrentStatusUpdated(BitTorrent::TorrentHandle *const torrent);
|
||||
void handleTorrentsUpdated();
|
||||
|
||||
private:
|
||||
QList<BitTorrent::TorrentHandle *> m_torrents;
|
||||
|
||||
Reference in New Issue
Block a user