Drop notification about move storage failed

This commit is contained in:
Vladimir Golovnev (Glassez)
2020-12-31 21:53:43 +03:00
parent f7cae610a4
commit df2bbe129d
4 changed files with 0 additions and 11 deletions

View File

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