forked from qt-creator/qt-creator
Debugger: Move run parameters from engine to tool runner
The parameters belong to the run control, they should not be triplicated in case of a combined engine. Change-Id: I4dd84220edbd7a44b902cc52627fe01d0568db75 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -43,8 +43,7 @@ class QmlEngine : public DebuggerEngine
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit QmlEngine(const DebuggerRunParameters &runParameters,
|
||||
DebuggerEngine *masterEngine = nullptr);
|
||||
explicit QmlEngine(bool useTerminal);
|
||||
~QmlEngine() override;
|
||||
|
||||
void setRunTool(DebuggerRunTool *runTool) override;
|
||||
@@ -66,7 +65,7 @@ private:
|
||||
void connectionEstablished();
|
||||
void connectionStartupFailed();
|
||||
void appStartupFailed(const QString &errorMessage);
|
||||
void appendMessage(const QString &msg, Utils::OutputFormat);
|
||||
void appMessage(const QString &msg, Utils::OutputFormat);
|
||||
|
||||
void notifyEngineRemoteServerRunning(const QString &, int pid) override;
|
||||
void notifyEngineRemoteSetupFinished(const RemoteSetupResult &result) override;
|
||||
|
||||
Reference in New Issue
Block a user