summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/qml/qmlcppengine.cpp
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2015-02-26 15:21:43 +0100
committerhjk <hjk@theqtcompany.com>2015-02-27 07:36:46 +0000
commita21afdd2a0a350a9676cdffbca385fde1d237d78 (patch)
tree3b06a712a7a85bc31422759395ae465e750eee11 /src/plugins/debugger/qml/qmlcppengine.cpp
parent958c0cebb9754d3f72e5e7a3132006825a4a6a8b (diff)
downloadqt-creator-a21afdd2a0a350a9676cdffbca385fde1d237d78.tar.gz
Debugger: State machine cosmetics
Remove one unused notification, rename notifyInferiorUnrunnable. Change-Id: I585d3a8606585fbdd8ad48e5eeecf629542bd93c Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Diffstat (limited to 'src/plugins/debugger/qml/qmlcppengine.cpp')
-rw-r--r--src/plugins/debugger/qml/qmlcppengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/qml/qmlcppengine.cpp b/src/plugins/debugger/qml/qmlcppengine.cpp
index 0bc0e83a9f..08bfb8cf0d 100644
--- a/src/plugins/debugger/qml/qmlcppengine.cpp
+++ b/src/plugins/debugger/qml/qmlcppengine.cpp
@@ -535,7 +535,7 @@ void QmlCppEngine::slaveEngineStateChanged
}
case InferiorUnrunnable: {
qmlEngine()->quitDebugger();
- notifyInferiorUnrunnable();
+ notifyEngineRunOkAndInferiorUnrunnable();
break;
}
case InferiorRunRequested: {