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
4 changed files with 0 additions and 11 deletions

View File

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