forked from qt-creator/qt-creator
S60: Dis-embed the embedded run S60 debugger run control.
As it created 2 output panes that could be closed indepently of each other.
This commit is contained in:
@@ -87,7 +87,7 @@ class DEBUGGER_EXPORT DebuggerRunControl
|
||||
|
||||
public:
|
||||
typedef ProjectExplorer::RunConfiguration RunConfiguration;
|
||||
DebuggerRunControl(RunConfiguration *runConfiguration,
|
||||
explicit DebuggerRunControl(RunConfiguration *runConfiguration,
|
||||
DebuggerEngineType enabledEngines, const DebuggerStartParameters &sp);
|
||||
~DebuggerRunControl();
|
||||
|
||||
@@ -122,6 +122,9 @@ private slots:
|
||||
void handleStarted();
|
||||
void handleFinished();
|
||||
|
||||
protected:
|
||||
const DebuggerStartParameters &startParameters() const;
|
||||
|
||||
private:
|
||||
DebuggerEngineType engineForExecutable(const QString &executable);
|
||||
DebuggerEngineType engineForMode(DebuggerStartMode mode);
|
||||
|
||||
Reference in New Issue
Block a user