Debugger: More modernization

New connects, some auto.

Change-Id: I768637aae9cbb0a62e9082e56141f212022d8220
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
hjk
2015-02-26 17:43:41 +01:00
parent 23ec7a1eeb
commit 6e7f07c37a
11 changed files with 35 additions and 77 deletions

View File

@@ -79,10 +79,8 @@ signals:
void aboutToNotifyInferiorSetupOk();
void stateChanged(Debugger::DebuggerState state);
private slots:
void handleFinished();
private:
void handleFinished();
friend class DebuggerRunControlFactory;
DebuggerRunControl(ProjectExplorer::RunConfiguration *runConfiguration,
Internal::DebuggerEngine *engine);