General improvements and bug fixes

This commit is contained in:
driftingsun 2020-12-26 23:17:20 +03:00
parent 15730b470e
commit 43028953e2
19 changed files with 208 additions and 114 deletions

View file

@ -11,7 +11,7 @@ SystemService::SystemService(int argc, char **argv)
void SystemService::start()
{
QCoreApplication* app = application();
m_localServer = new LocalServer(SERVICE_NAME);
m_localServer = new LocalServer();
if (!m_localServer->isRunning()) {
app->quit();