summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qmlmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qmlmanager.cpp')
-rw-r--r--mobile-widgets/qmlmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp
index 08b674a2a..939ec51bf 100644
--- a/mobile-widgets/qmlmanager.cpp
+++ b/mobile-widgets/qmlmanager.cpp
@@ -158,8 +158,8 @@ void QMLManager::btRescan()
void QMLManager::rescanConnections()
{
connectionListModel.removeAllAddresses();
- btRescan();
usbRescan();
+ btRescan();
#if defined(SERIAL_FTDI)
connectionListModel.addAddress("FTDI");
#endif