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
No known key found for this signature in database
GPG key ID: 52A2C7DEE2DFA6F7
4 changed files with 26 additions and 3 deletions

View file

@ -133,6 +133,8 @@ private slots:
void addTorrentFailed(const QString &error) const;
void torrentNew(BitTorrent::TorrentHandle *const torrent) const;
void finishedTorrent(BitTorrent::TorrentHandle *const torrent) const;
void moveTorrentFinished(BitTorrent::TorrentHandle *const torrent, const QString &newPath) const;
void moveTorrentFailed(BitTorrent::TorrentHandle *const torrent, const QString &targetPath, const QString &error) const;
void askRecursiveTorrentDownloadConfirmation(BitTorrent::TorrentHandle *const torrent);
void optionsSaved();
#if defined(Q_OS_WIN) || defined(Q_OS_MACOS)