diff options
author | hjk <hjk@theqtcompany.com> | 2015-02-26 15:21:43 +0100 |
---|---|---|
committer | hjk <hjk@theqtcompany.com> | 2015-02-27 07:36:46 +0000 |
commit | a21afdd2a0a350a9676cdffbca385fde1d237d78 (patch) | |
tree | 3b06a712a7a85bc31422759395ae465e750eee11 /src/plugins/debugger/qml/qmlcppengine.cpp | |
parent | 958c0cebb9754d3f72e5e7a3132006825a4a6a8b (diff) | |
download | qt-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.cpp | 2 |
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: { |