mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Merge pull request #7835 from heirecka/v4_0_x
Fix build with --disable-webui
This commit is contained in:
commit
7751c5b75c
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