iOS: Adapt to new setter-based DebuggerRunTool interface

Change-Id: I96f113b831dcbd3735f743c8f12042e9b17903a4
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
hjk
2017-08-24 17:38:06 +02:00
parent 69f3ddb213
commit 0a5abdae59
7 changed files with 47 additions and 24 deletions

View File

@@ -60,7 +60,7 @@ LinuxDeviceDebugSupport::LinuxDeviceDebugSupport(RunControl *runControl)
void LinuxDeviceDebugSupport::start()
{
setGdbServerChannel(m_portsGatherer->gdbServerChannel());
setRemoteChannel(m_portsGatherer->gdbServerChannel());
setQmlServer(m_portsGatherer->qmlServer());
addQmlServerInferiorCommandLineArgumentIfNeeded();