Improve "move torrent storage" handling

This commit is contained in:
Vladimir Golovnev (Glassez)
2020-07-15 15:46:09 +03:00
parent 3cf8626317
commit cdc2b8d79b
5 changed files with 67 additions and 40 deletions

View File

@@ -617,7 +617,7 @@ namespace BitTorrent
std::vector<lt::alert *> getPendingAlerts(lt::time_duration time = lt::time_duration::zero()) const;
void moveTorrentStorage(const MoveStorageJob &job) const;
void handleMoveTorrentStorageJobFinished(const QString &errorMessage = {});
void handleMoveTorrentStorageJobFinished();
// BitTorrent
lt::session *m_nativeSession = nullptr;