summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/qml/qmlcppengine.cpp
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2017-09-12 10:33:59 +0200
committerhjk <hjk@qt.io>2017-09-13 06:12:03 +0000
commitac2012a73a377e94b4851a1da30fdde1ccce1002 (patch)
tree7ceeaf7a2164a4f71c193a95d7079570e3884eb8 /src/plugins/debugger/qml/qmlcppengine.cpp
parent0e92b085f9037fe9597390d764b2b8ba0b5bc630 (diff)
downloadqt-creator-ac2012a73a377e94b4851a1da30fdde1ccce1002.tar.gz
Debugger: De-virtualize *Engine::notify* functions
Most were never re-implemented, so just for debugging purposes in the mixed engine. Change-Id: If569e0e553e3fdd5ef83b3bdfdbd22fd0ad5b90f Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/debugger/qml/qmlcppengine.cpp')
-rw-r--r--src/plugins/debugger/qml/qmlcppengine.cpp30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/plugins/debugger/qml/qmlcppengine.cpp b/src/plugins/debugger/qml/qmlcppengine.cpp
index d8d0a66404..31742a890e 100644
--- a/src/plugins/debugger/qml/qmlcppengine.cpp
+++ b/src/plugins/debugger/qml/qmlcppengine.cpp
@@ -378,36 +378,6 @@ void QmlCppEngine::setupEngine()
m_cppEngine->setupSlaveEngine();
}
-void QmlCppEngine::notifyEngineRunAndInferiorRunOk()
-{
- EDEBUG("\nMASTER NOTIFY ENGINE RUN AND INFERIOR RUN OK");
- DebuggerEngine::notifyEngineRunAndInferiorRunOk();
-}
-
-void QmlCppEngine::notifyInferiorRunOk()
-{
- EDEBUG("\nMASTER NOTIFY INFERIOR RUN OK");
- DebuggerEngine::notifyInferiorRunOk();
-}
-
-void QmlCppEngine::notifyInferiorSpontaneousStop()
-{
- EDEBUG("\nMASTER SPONTANEOUS STOP OK");
- DebuggerEngine::notifyInferiorSpontaneousStop();
-}
-
-void QmlCppEngine::notifyInferiorShutdownOk()
-{
- EDEBUG("\nMASTER INFERIOR SHUTDOWN OK");
- DebuggerEngine::notifyInferiorShutdownOk();
-}
-
-void QmlCppEngine::notifyInferiorSetupOk()
-{
- EDEBUG("\nMASTER INFERIOR SETUP OK");
- DebuggerEngine::notifyInferiorSetupOk();
-}
-
void QmlCppEngine::setupInferior()
{
EDEBUG("\nMASTER SETUP INFERIOR");