forked from qt-creator/qt-creator
Switch order of DeviceApplicationRunner::start() parameters
In preparation of merging the class with LocalApplicationLauncher. Change-Id: I190f8da34a2420061f05ccf4a9fdd428c2a2c57b Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -107,7 +107,7 @@ void QnxAnalyzeSupport::startExecution()
|
||||
r.commandLineArguments += QLatin1Char(' ');
|
||||
r.commandLineArguments += QmlDebug::qmlDebugTcpArguments(QmlDebug::QmlProfilerServices,
|
||||
m_qmlPort);
|
||||
appRunner()->start(device(), r);
|
||||
appRunner()->start(r, device());
|
||||
}
|
||||
|
||||
void QnxAnalyzeSupport::handleRemoteProcessFinished(bool success)
|
||||
|
||||
Reference in New Issue
Block a user