Save fastresumes when changing torrent priorities

This commit is contained in:
thalieht
2018-08-23 07:38:08 +03:00
parent 386d0565fe
commit 95b02bbb2e
2 changed files with 21 additions and 0 deletions

View File

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