Debugger: Integrate setupEngine() into tool start()

... a step towards abandoning the engine-related bits of
the debugger state machinery. The base RunWorker states
meant for that are good enough now.

Change-Id: I3b269bdeb66f14a956b76e6a7e8258f45b3e59e5
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
hjk
2017-09-12 10:06:10 +02:00
parent 0f21decf41
commit c26149dc43
2 changed files with 71 additions and 80 deletions

View File

@@ -126,8 +126,6 @@ signals:
void aboutToNotifyInferiorSetupOk();
private:
void setupEngine();
QPointer<Internal::DebuggerEngine> m_engine; // Master engine
Internal::DebuggerRunParameters m_runParameters;
QStringList m_errors;