Debugger: Extend new setter based interface

Needed for WinRT and BareMetal

Change-Id: Iad8b4c36df6f004f74cb66dbf730b2ca43a0e413
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2017-08-25 12:53:44 +02:00
parent 503a73d527
commit 82ce3c885f
2 changed files with 13 additions and 0 deletions

View File

@@ -104,6 +104,9 @@ public:
void setUseTargetAsync(bool on);
void setSkipExecutableValidation(bool on);
void setCommandsAfterConnect(const QString &commands);
void setCommandsForReset(const QString &commands);
void setQmlServer(const QUrl &qmlServer);
signals: