AutoTest: Use new setter based DebuggerRunTool interface

Change-Id: I559bef1b088af9009247542730208d18b514b118
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2017-08-24 16:04:25 +02:00
committed by Christian Stenger
parent d34f33d8d7
commit 503a73d527
3 changed files with 15 additions and 8 deletions

View File

@@ -83,6 +83,7 @@ public:
static void setBreakOnMainNextTime();
void setInferior(const ProjectExplorer::Runnable &runnable);
void setRunControlName(const QString &name);
void appendInferiorCommandLineArgument(const QString &arg);
void prependInferiorCommandLineArgument(const QString &arg);
void addQmlServerInferiorCommandLineArgumentIfNeeded();