diff options
Diffstat (limited to 'synchronizer/main.cpp')
-rw-r--r-- | synchronizer/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synchronizer/main.cpp b/synchronizer/main.cpp index 3c41c67..8e99d54 100644 --- a/synchronizer/main.cpp +++ b/synchronizer/main.cpp | |||
@@ -216,6 +216,7 @@ int main(int argc, char *argv[]) | |||
216 | } | 216 | } |
217 | 217 | ||
218 | listener = new Listener(instanceIdentifier, resourceType, &app); | 218 | listener = new Listener(instanceIdentifier, resourceType, &app); |
219 | listener->checkForUpgrade(); | ||
219 | 220 | ||
220 | QObject::connect(&app, &QCoreApplication::aboutToQuit, listener, &Listener::closeAllConnections); | 221 | QObject::connect(&app, &QCoreApplication::aboutToQuit, listener, &Listener::closeAllConnections); |
221 | QObject::connect(listener, &Listener::noClients, &app, &QCoreApplication::quit); | 222 | QObject::connect(listener, &Listener::noClients, &app, &QCoreApplication::quit); |