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:
@@ -235,6 +235,16 @@ void DebuggerRunTool::setSkipExecutableValidation(bool on)
|
||||
m_runParameters.skipExecutableValidation = on;
|
||||
}
|
||||
|
||||
void DebuggerRunTool::setCommandsAfterConnect(const QString &commands)
|
||||
{
|
||||
m_runParameters.commandsAfterConnect = commands;
|
||||
}
|
||||
|
||||
void DebuggerRunTool::setCommandsForReset(const QString &commands)
|
||||
{
|
||||
m_runParameters.commandsForReset = commands;
|
||||
}
|
||||
|
||||
void DebuggerRunTool::setQmlServer(const QUrl &qmlServer)
|
||||
{
|
||||
m_runParameters.qmlServer = qmlServer;
|
||||
|
Reference in New Issue
Block a user