forked from qt-creator/qt-creator
S60/Trk: Make the port a property of TrkDevice.
Associate the port with the device instead of passing it to open for better handling.
This commit is contained in:
@@ -330,7 +330,6 @@ void S60DeviceRunConfigurationWidget::updateDeviceInfo()
|
||||
QString message;
|
||||
const trk::PromptStartCommunicationResult src =
|
||||
S60RunConfigBluetoothStarter::startCommunication(m_infoLauncher->trkDevice(),
|
||||
commDev.portName(),
|
||||
commDev.type(), this,
|
||||
&message);
|
||||
switch (src) {
|
||||
|
||||
Reference in New Issue
Block a user