diff options
author | hjk <hjk121@nokiamail.com> | 2014-12-12 15:33:16 +0100 |
---|---|---|
committer | hjk <hjk121@nokiamail.com> | 2014-12-15 17:23:48 +0100 |
commit | aff13fdf27b50dff9919fb45ac7703fc851174b1 (patch) | |
tree | 94de1406c69330abda1413a29c377812bc9dd333 /src/plugins/debugger/qml/qmlcppengine.cpp | |
parent | 8f7bd19600a03427cac095d9f7937a103a158bb9 (diff) | |
download | qt-creator-aff13fdf27b50dff9919fb45ac7703fc851174b1.tar.gz |
Debugger: Make DebuggerEngine internal
Expose less of debugger internals to the device plugins.
Change-Id: Ie78756b033fae3fe02bff92eadf26b7319990605
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/debugger/qml/qmlcppengine.cpp')
-rw-r--r-- | src/plugins/debugger/qml/qmlcppengine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/qml/qmlcppengine.cpp b/src/plugins/debugger/qml/qmlcppengine.cpp index 8e15956efe..0ccbf07b8f 100644 --- a/src/plugins/debugger/qml/qmlcppengine.cpp +++ b/src/plugins/debugger/qml/qmlcppengine.cpp @@ -408,7 +408,6 @@ void QmlCppEngine::notifyInferiorShutdownOk() void QmlCppEngine::notifyInferiorSetupOk() { EDEBUG("\nMASTER INFERIOR SETUP OK"); - emit aboutToNotifyInferiorSetupOk(); DebuggerEngine::notifyInferiorSetupOk(); } |