Better on-demand reloading of torrent data

This commit is contained in:
Chocobo1
2019-08-17 14:58:10 +08:00
parent d639c16f72
commit 1f3bf75fff
4 changed files with 18 additions and 5 deletions

View File

@@ -97,7 +97,7 @@ private slots:
void addTorrent(BitTorrent::TorrentHandle *const torrent);
void handleTorrentAboutToBeRemoved(BitTorrent::TorrentHandle *const torrent);
void handleTorrentStatusUpdated(BitTorrent::TorrentHandle *const torrent);
void handleTorrentsUpdated();
void handleTorrentsUpdated(const QVector<BitTorrent::TorrentHandle *> &torrents);
private:
QList<BitTorrent::TorrentHandle *> m_torrents;