diff options
author | hjk <[email protected]> | 2017-10-19 14:18:26 +0200 |
---|---|---|
committer | hjk <[email protected]> | 2017-10-19 14:10:42 +0000 |
commit | 597488bef426f13e895b433b71923fbb704729bb (patch) | |
tree | c6ed5da93b939cb131f87cf742b661ec63d3bfdf /src/plugins/debugger/debuggerplugin.cpp | |
parent | 5dfd48331f3eeafd0fdccc001e69b32a3b18497d (diff) |
Debugger: Move some code around
Parts of the Debugger engine rampdown mechanisms are
essentially one code path now, don't distribute that
over four classes.
Change-Id: I4c6edbc0db94d1f658b0c1d9c154552f286db876
Reviewed-by: Christian Stenger <[email protected]>
Diffstat (limited to 'src/plugins/debugger/debuggerplugin.cpp')
-rw-r--r-- | src/plugins/debugger/debuggerplugin.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp index 078e1558e6b..d7108dcd800 100644 --- a/src/plugins/debugger/debuggerplugin.cpp +++ b/src/plugins/debugger/debuggerplugin.cpp @@ -2946,8 +2946,6 @@ void DebuggerPluginPrivate::runControlStarted(DebuggerRunTool *runTool) void DebuggerPluginPrivate::runControlFinished(DebuggerRunTool *runTool) { - if (runTool && runTool->engine()) - runTool->engine()->handleFinished(); showStatusMessage(tr("Debugger finished.")); m_snapshotHandler->removeSnapshot(runTool); if (m_snapshotHandler->size() == 0) { |