Qt: Turn off sync when shutting down core
Vicki Pfau vi@endrift.com
Mon, 25 Jun 2018 09:31:53 -0700
1 files changed,
1 insertions(+),
0 deletions(-)
M
src/platform/qt/CoreController.cpp
→
src/platform/qt/CoreController.cpp
@@ -355,6 +355,7 @@ }
} void CoreController::stop() { + setSync(false); #ifdef USE_DEBUGGERS setDebugger(nullptr); #endif