From aff13fdf27b50dff9919fb45ac7703fc851174b1 Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 12 Dec 2014 15:33:16 +0100 Subject: Debugger: Make DebuggerEngine internal Expose less of debugger internals to the device plugins. Change-Id: Ie78756b033fae3fe02bff92eadf26b7319990605 Reviewed-by: Christian Stenger Reviewed-by: Christian Kandeler Reviewed-by: Eike Ziller Reviewed-by: hjk --- src/plugins/debugger/qml/qmlcppengine.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/debugger/qml/qmlcppengine.cpp') 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(); } -- cgit v1.2.1