Drop notification about move storage finished

This commit is contained in:
Vladimir Golovnev (Glassez) 2020-12-31 21:42:25 +03:00
parent f1337524f6
commit f7cae610a4
No known key found for this signature in database
GPG key ID: 52A2C7DEE2DFA6F7
4 changed files with 0 additions and 11 deletions

View file

@ -132,7 +132,6 @@ 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();