summaryrefslogtreecommitdiffstats
path: root/core/downloadfromdcthread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/downloadfromdcthread.cpp')
-rw-r--r--core/downloadfromdcthread.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/downloadfromdcthread.cpp b/core/downloadfromdcthread.cpp
index 0d4a90cf0..20f170125 100644
--- a/core/downloadfromdcthread.cpp
+++ b/core/downloadfromdcthread.cpp
@@ -94,6 +94,9 @@ void fill_computer_list()
descriptorLookup["UemisZurich"] = (dc_descriptor_t *)mydescriptor;
qSort(vendorList);
+#if defined(SUBSURFACE_MOBILE) && defined(BT_SUPPORT)
+ vendorList.append(QObject::tr("Paired Bluetooth Devices"));
+#endif
}
DCDeviceData::DCDeviceData(QObject *parent) : QObject(parent)