debugger: remove engine type parameter from runcontrol constructor

This commit is contained in:
hjk
2011-01-07 20:10:54 +01:00
parent 129c958a93
commit 27e3a1ddf5
4 changed files with 25 additions and 22 deletions

View File

@@ -106,7 +106,7 @@ class DEBUGGER_EXPORT DebuggerRunControl
public:
typedef ProjectExplorer::RunConfiguration RunConfiguration;
DebuggerRunControl(RunConfiguration *runConfiguration,
unsigned enabledEngines, const DebuggerStartParameters &sp);
const DebuggerStartParameters &sp);
~DebuggerRunControl();
// ProjectExplorer::RunControl