forked from qt-creator/qt-creator
iOS: Adapt to new setter-based DebuggerRunTool interface
Change-Id: I96f113b831dcbd3735f743c8f12042e9b17903a4 Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
@@ -60,7 +60,7 @@ LinuxDeviceDebugSupport::LinuxDeviceDebugSupport(RunControl *runControl)
|
||||
|
||||
void LinuxDeviceDebugSupport::start()
|
||||
{
|
||||
setGdbServerChannel(m_portsGatherer->gdbServerChannel());
|
||||
setRemoteChannel(m_portsGatherer->gdbServerChannel());
|
||||
setQmlServer(m_portsGatherer->qmlServer());
|
||||
addQmlServerInferiorCommandLineArgumentIfNeeded();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user