Save resume data on torrent change events

Closes #9174.
This commit is contained in:
Vladimir Golovnev (Glassez)
2018-07-10 14:37:45 +03:00
parent de8050701d
commit 7ebd63a60f
4 changed files with 34 additions and 22 deletions

View File

@@ -480,6 +480,7 @@ namespace BitTorrent
// TorrentHandle interface
void handleTorrentShareLimitChanged(TorrentHandle *const torrent);
void handleTorrentNameChanged(TorrentHandle *const torrent);
void handleTorrentSavePathChanged(TorrentHandle *const torrent);
void handleTorrentCategoryChanged(TorrentHandle *const torrent, const QString &oldCategory);
void handleTorrentTagAdded(TorrentHandle *const torrent, const QString &tag);