forked from qt-creator/qt-creator
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:
@@ -102,7 +102,6 @@ static const char *engineTypeName(DebuggerEngineType et)
|
||||
DebuggerRunControl::DebuggerRunControl(RunConfiguration *runConfiguration, DebuggerEngine *engine)
|
||||
: RunControl(runConfiguration, DebugRunMode),
|
||||
m_engine(engine),
|
||||
m_runConfiguration(runConfiguration),
|
||||
m_running(false)
|
||||
{
|
||||
setIcon(QLatin1String(ProjectExplorer::Constants::ICON_DEBUG_SMALL));
|
||||
@@ -247,12 +246,6 @@ DebuggerEngine *DebuggerRunControl::engine()
|
||||
return m_engine;
|
||||
}
|
||||
|
||||
RunConfiguration *DebuggerRunControl::runConfiguration() const
|
||||
{
|
||||
return m_runConfiguration.data();
|
||||
}
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// DebuggerRunControlFactory
|
||||
|
||||
Reference in New Issue
Block a user