Fixed broken timer for debug message

This commit is contained in:
Mat Sutcliffe
2020-07-17 00:10:17 +01:00
parent 022a5b2cd3
commit 4e56fb7f69

View File

@@ -90,6 +90,7 @@ namespace BlackCore
m_launcherSetup.setProperty(CLauncherSetup::IndexDBusAddress, dbusAddress);
// DBus
time.start();
if (m_config.requiresDBusSever()) { this->initDBusServer(dbusAddress); }
if (m_config.requiresDBusConnection())
{