diff --git a/src/plugins/debugger/qml/qmlengine.cpp b/src/plugins/debugger/qml/qmlengine.cpp index 5df56a20e25..c84ea15d855 100644 --- a/src/plugins/debugger/qml/qmlengine.cpp +++ b/src/plugins/debugger/qml/qmlengine.cpp @@ -628,14 +628,13 @@ void QmlEngine::shutdownInferior() resetLocation(); } stopApplicationLauncher(); + closeConnection(); notifyInferiorShutdownOk(); } void QmlEngine::shutdownEngine() { - closeConnection(); - // double check (ill engine?): stopApplicationLauncher();