mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
Fixed broken timer for debug message
This commit is contained in:
@@ -90,6 +90,7 @@ namespace BlackCore
|
|||||||
m_launcherSetup.setProperty(CLauncherSetup::IndexDBusAddress, dbusAddress);
|
m_launcherSetup.setProperty(CLauncherSetup::IndexDBusAddress, dbusAddress);
|
||||||
|
|
||||||
// DBus
|
// DBus
|
||||||
|
time.start();
|
||||||
if (m_config.requiresDBusSever()) { this->initDBusServer(dbusAddress); }
|
if (m_config.requiresDBusSever()) { this->initDBusServer(dbusAddress); }
|
||||||
if (m_config.requiresDBusConnection())
|
if (m_config.requiresDBusConnection())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user