diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-05 21:32:43 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-05 21:32:43 +0200 |
commit | c98860e19b53c01eabcdb031dfff4ce755500d63 (patch) | |
tree | 9a5b247a1c7148489464bea75b03e93bcaaa9ef7 /synchronizer/main.cpp | |
parent | 2d8f8861eeb1c7b5888a65ab07d51b0419feeb3e (diff) | |
download | sink-c98860e19b53c01eabcdb031dfff4ce755500d63.tar.gz sink-c98860e19b53c01eabcdb031dfff4ce755500d63.zip |
Disable the quitlock
Without this the synchronizer process regularly closes prematurely,
not sure why.
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 4e04acb..a30aebb 100644 --- a/synchronizer/main.cpp +++ b/synchronizer/main.cpp | |||
@@ -144,6 +144,7 @@ int main(int argc, char *argv[]) | |||
144 | std::set_terminate(terminateHandler); | 144 | std::set_terminate(terminateHandler); |
145 | 145 | ||
146 | QCoreApplication app(argc, argv); | 146 | QCoreApplication app(argc, argv); |
147 | app.setQuitLockEnabled(false); | ||
147 | 148 | ||
148 | QByteArrayList arguments; | 149 | QByteArrayList arguments; |
149 | for (int i = 0; i < argc; i++) { | 150 | for (int i = 0; i < argc; i++) { |