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

@@ -450,7 +450,7 @@ namespace BitTorrent
signals:
void statsUpdated();
void torrentsUpdated();
void torrentsUpdated(const QVector<BitTorrent::TorrentHandle *> &torrents);
void addTorrentFailed(const QString &error);
void torrentAdded(BitTorrent::TorrentHandle *const torrent);
void torrentNew(BitTorrent::TorrentHandle *const torrent);