From 4e56fb7f69bdc1d1153383a8233d21981814bef2 Mon Sep 17 00:00:00 2001 From: Mat Sutcliffe Date: Fri, 17 Jul 2020 00:10:17 +0100 Subject: [PATCH] Fixed broken timer for debug message --- src/blackcore/corefacade.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/blackcore/corefacade.cpp b/src/blackcore/corefacade.cpp index 24fa6091a..7d8e904b1 100644 --- a/src/blackcore/corefacade.cpp +++ b/src/blackcore/corefacade.cpp @@ -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()) {