mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 06:02:29 -06:00
committed by
GitHub
parent
31c7306bd2
commit
ac3ad17a9e
@@ -33,6 +33,7 @@
|
||||
|
||||
#include "base/bittorrent/addtorrentparams.h"
|
||||
#include "base/path.h"
|
||||
#include "base/utils/thread.h"
|
||||
|
||||
class QThread;
|
||||
|
||||
@@ -76,7 +77,6 @@ private slots:
|
||||
|
||||
private:
|
||||
explicit TorrentFilesWatcher(QObject *parent = nullptr);
|
||||
~TorrentFilesWatcher() override;
|
||||
|
||||
void initWorker();
|
||||
void load();
|
||||
@@ -89,7 +89,7 @@ private:
|
||||
|
||||
QHash<Path, WatchedFolderOptions> m_watchedFolders;
|
||||
|
||||
QThread *m_ioThread = nullptr;
|
||||
Utils::Thread::UniquePtr m_ioThread;
|
||||
|
||||
class Worker;
|
||||
Worker *m_asyncWorker = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user