From c98860e19b53c01eabcdb031dfff4ce755500d63 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 5 Jun 2016 21:32:43 +0200 Subject: Disable the quitlock Without this the synchronizer process regularly closes prematurely, not sure why. --- synchronizer/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'synchronizer') diff --git a/synchronizer/main.cpp b/synchronizer/main.cpp index 4e04acb..a30aebb 100644 --- a/synchronizer/main.cpp +++ b/synchronizer/main.cpp @@ -144,6 +144,7 @@ int main(int argc, char *argv[]) std::set_terminate(terminateHandler); QCoreApplication app(argc, argv); + app.setQuitLockEnabled(false); QByteArrayList arguments; for (int i = 0; i < argc; i++) { -- cgit v1.2.3