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:
Friedemann Kleint
2010-02-08 14:10:51 +01:00
parent a6037c3850
commit 3efdb87682
13 changed files with 42 additions and 44 deletions

View File

@@ -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) {