diff options
Diffstat (limited to 'core/btdiscovery.cpp')
-rw-r--r-- | core/btdiscovery.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/btdiscovery.cpp b/core/btdiscovery.cpp index 9594ccb89..63a1df5fd 100644 --- a/core/btdiscovery.cpp +++ b/core/btdiscovery.cpp @@ -195,7 +195,7 @@ void BTDiscovery::btDeviceDiscoveredMain(const btPairedDevice &device) btVP.vendorIdx = vendorList.indexOf(vendor); btVP.productIdx = productList[vendor].indexOf(newDevice); btDCs << btVP; - connectionListModel.addAddress(device.address + " (" + newDevice + ")"); + connectionListModel.addAddress(newDevice + " " + device.address); return; } connectionListModel.addAddress(device.address); |