Debugger: Reduce explicit DebuggerRunControl use

Aim is to replace it with its ProjectExplorer::RunControl base.

Change-Id: I30f837050e7c016887dc4b6cfef10b947f4f88ed
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2017-04-26 14:23:39 +02:00
parent 0de18abbc2
commit c2ebce6849
18 changed files with 40 additions and 49 deletions

View File

@@ -53,7 +53,6 @@ class ProcessHandle;
namespace Debugger {
class DebuggerRunControl;
class RemoteSetupResult;
class DebuggerRunTool;
@@ -433,7 +432,7 @@ protected:
void setTargetState(DebuggerState state);
void setMasterEngine(DebuggerEngine *masterEngine);
DebuggerRunControl *runControl() const;
ProjectExplorer::RunControl *runControl() const;
Terminal *terminal() const;
static QString msgStopped(const QString &reason = QString());