Qt Remote objects done

This commit is contained in:
pokamest 2021-02-02 22:51:31 +03:00
parent 048a673d31
commit b2392c1943
15 changed files with 240 additions and 423 deletions

View file

@ -13,9 +13,9 @@ void SystemService::start()
QCoreApplication* app = application();
m_localServer = new LocalServer();
if (!m_localServer->isRunning()) {
app->quit();
}
// if (!m_localServer->isRunning()) {
// app->quit();
// }
}
void SystemService::stop()