forked from qt-creator/qt-creator
Debugger: Use a QUrl for Qml server port and host
Host and port reasonably belong together, using a QUrl makes that more explicit and follows the lead of the Qml profiler in that area. Change-Id: I754cb17d165ce6b2f25c655eeebfd8ac8f5a93c7 Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
@@ -133,8 +133,7 @@ void AndroidDebugSupport::start()
|
||||
.appendPath(toNdkArch(AndroidManager::targetArch(target))).toString();
|
||||
}
|
||||
if (isQmlDebugging()) {
|
||||
params.qmlServer.host = m_runner->qmlServerHost();
|
||||
params.qmlServer.port = m_runner->qmlServerPort();
|
||||
params.qmlServer = m_runner->qmlServer();
|
||||
//TODO: Not sure if these are the right paths.
|
||||
QtSupport::BaseQtVersion *version = QtSupport::QtKitInformation::qtVersion(kit);
|
||||
if (version) {
|
||||
|
||||
Reference in New Issue
Block a user