mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Save updated resume data for completed torrents
If fastresume data was rejected we need to save updated resume data after torrent finishes rechecking.
This commit is contained in:
parent
b822d2c380
commit
3d70ebfc46
4 changed files with 9 additions and 3 deletions
|
@ -427,7 +427,7 @@ namespace BitTorrent
|
|||
void bottomTorrentsQueuePos(const QStringList &hashes);
|
||||
|
||||
// TorrentHandle interface
|
||||
void handleTorrentSaveResumeDataRequested(TorrentHandle *const torrent);
|
||||
void handleTorrentSaveResumeDataRequested(const TorrentHandle *torrent);
|
||||
void handleTorrentShareLimitChanged(TorrentHandle *const torrent);
|
||||
void handleTorrentNameChanged(TorrentHandle *const torrent);
|
||||
void handleTorrentSavePathChanged(TorrentHandle *const torrent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue