Permalink
Browse files
Qt: Turn off sync when shutting down core
- Loading branch information...
Showing
with
1 addition
and
0 deletions.
-
+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