Debugger: Remove DebuggerRunControl::runConfiguration

This needlessly duplicates parts of the base class.

Change-Id: I2070cdfeb389cf90554eaa597c716d1049186be5
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
hjk
2014-10-17 12:49:48 +02:00
parent 4f242d3382
commit 7e5bad4905
2 changed files with 0 additions and 10 deletions

View File

@@ -39,7 +39,6 @@
namespace Debugger {
class DebuggerEngine;
class DebuggerRunControl;
class DebuggerStartParameters;
namespace Internal { class DebuggerRunControlFactory; }
@@ -60,7 +59,6 @@ public:
void startFailed();
void debuggingFinished();
ProjectExplorer::RunConfiguration *runConfiguration() const;
DebuggerEngine *engine();
void showMessage(const QString &msg, int channel);
@@ -76,7 +74,6 @@ private:
DebuggerRunControl(ProjectExplorer::RunConfiguration *runConfiguration, DebuggerEngine *engine);
DebuggerEngine *m_engine;
const QPointer<ProjectExplorer::RunConfiguration> m_runConfiguration;
bool m_running;
};