Drop WebUI default credentials

PR #19777.
This commit is contained in:
Vladimir Golovnev
2023-11-10 07:18:42 +03:00
committed by GitHub
parent 28b5d7230c
commit 0f40fad74d
21 changed files with 372 additions and 253 deletions

View File

@@ -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
};