mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
Fix build with --disable-webui
"app/application.cpp:108:7: error: class 'Application' does not have any field named 'm_webui'"
This commit is contained in:
parent
c58d0af88f
commit
af898e9117
1 changed files with 2 additions and 0 deletions
|
@ -105,7 +105,9 @@ Application::Application(const QString &id, int &argc, char **argv)
|
|||
, m_running(false)
|
||||
, m_shutdownAct(ShutdownDialogAction::Exit)
|
||||
, m_commandLineArgs(parseCommandLine(this->arguments()))
|
||||
#ifndef DISABLE_WEBUI
|
||||
, m_webui(nullptr)
|
||||
#endif
|
||||
{
|
||||
qRegisterMetaType<Log::Msg>("Log::Msg");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue