From 1c223b09c310d65ca554cae455cdc74fc33da60f Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" Date: Thu, 7 Dec 2017 14:40:23 +0100 Subject: Show BT device names first Show them left of address (so they are in the user's view) rather than on the right. Signed-off-by: Robert C. Helling --- core/btdiscovery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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); -- cgit v1.2.3-70-g09d2