|
|
@ -105,6 +105,7 @@ Application::Application(const QString &id, int &argc, char **argv) |
|
|
|
, m_running(false) |
|
|
|
, m_running(false) |
|
|
|
, m_shutdownAct(ShutdownDialogAction::Exit) |
|
|
|
, m_shutdownAct(ShutdownDialogAction::Exit) |
|
|
|
, m_commandLineArgs(parseCommandLine(this->arguments())) |
|
|
|
, m_commandLineArgs(parseCommandLine(this->arguments())) |
|
|
|
|
|
|
|
, m_webui(nullptr) |
|
|
|
{ |
|
|
|
{ |
|
|
|
qRegisterMetaType<Log::Msg>("Log::Msg"); |
|
|
|
qRegisterMetaType<Log::Msg>("Log::Msg"); |
|
|
|
|
|
|
|
|
|
|
|