Notify user when torrent moving finished

This commit is contained in:
Vladimir Golovnev (Glassez)
2020-07-26 14:31:58 +03:00
parent 2a638d16e0
commit bac7fbc68e
4 changed files with 26 additions and 3 deletions

View File

@@ -502,6 +502,8 @@ namespace BitTorrent
void torrentResumed(BitTorrent::TorrentHandle *const torrent);
void torrentSavePathChanged(BitTorrent::TorrentHandle *const torrent);
void torrentSavingModeChanged(BitTorrent::TorrentHandle *const torrent);
void torrentStorageMoveFailed(BitTorrent::TorrentHandle *const torrent, const QString &targetPath, const QString &error);
void torrentStorageMoveFinished(BitTorrent::TorrentHandle *const torrent, const QString &newPath);
void torrentsUpdated(const QVector<BitTorrent::TorrentHandle *> &torrents);
void torrentTagAdded(TorrentHandle *const torrent, const QString &tag);
void torrentTagRemoved(TorrentHandle *const torrent, const QString &tag);