mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 06:32:29 -06:00
Improve "move torrent storage" queue
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include <libtorrent/fwd.hpp>
|
||||
#include <libtorrent/torrent_handle.hpp>
|
||||
|
||||
#include <QHash>
|
||||
#include <QPointer>
|
||||
@@ -528,7 +529,7 @@ namespace BitTorrent
|
||||
private:
|
||||
struct MoveStorageJob
|
||||
{
|
||||
TorrentHandleImpl *torrent;
|
||||
lt::torrent_handle torrentHandle;
|
||||
QString path;
|
||||
MoveStorageMode mode;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user