Permalink
Browse files

Qt: Turn off sync when shutting down core

  • Loading branch information...
endrift committed Jun 25, 2018
1 parent 1318d13 commit 6d4d014cfddedde7a46c3ced171669594b911a7b
Showing with 1 addition and 0 deletions.
  1. +1 −0 src/platform/qt/CoreController.cpp
@@ -355,6 +355,7 @@ void CoreController::start() {
}
void CoreController::stop() {
+ setSync(false);
#ifdef USE_DEBUGGERS
setDebugger(nullptr);
#endif

0 comments on commit 6d4d014

Please sign in to comment.