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 2edddb300..4af24521d 100644 --- a/core/btdiscovery.cpp +++ b/core/btdiscovery.cpp @@ -92,7 +92,7 @@ void BTDiscovery::btDeviceDiscovered(const QBluetoothDeviceInfo &device) break; } } - productList[QObject::tr("Paired Bluetooth Devices")].append(this_d.name); + productList[QObject::tr("Paired Bluetooth Devices")].append(this_d.name + " (" + this_d.address.toString() + ")"); btVP.btdi = device; btVP.vendorIdx = vendorList.indexOf(QObject::tr("Paired Bluetooth Devices")); |