mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
committed by
GitHub
parent
28b5d7230c
commit
0f40fad74d
@@ -36,6 +36,7 @@
|
||||
#include "base/pathfwd.h"
|
||||
|
||||
class AddTorrentManager;
|
||||
class WebUI;
|
||||
struct QBtCommandLineParameters;
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
@@ -85,4 +86,7 @@ public:
|
||||
#endif
|
||||
|
||||
virtual AddTorrentManager *addTorrentManager() const = 0;
|
||||
#ifndef DISABLE_WEBUI
|
||||
virtual WebUI *webUI() const = 0;
|
||||
#endif
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user