forked from qt-creator/qt-creator
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user