diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-07-17 12:40:30 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-18 00:49:31 -0700 |
commit | 8f0621f7335ac911ddfa6a7b03e8ee1c85af7928 (patch) | |
tree | 215274719bcef9ddea3c5dfdb5d946f2dd313f8d /core/downloadfromdcthread.cpp | |
parent | bb3387f234991f0779e683951b3f74cf00782570 (diff) | |
download | subsurface-8f0621f7335ac911ddfa6a7b03e8ee1c85af7928.tar.gz |
QML UI: correctly match BT names with products
And remove the remaining references to the "Paired Bluetooth
Devices".
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/downloadfromdcthread.cpp')
-rw-r--r-- | core/downloadfromdcthread.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/downloadfromdcthread.cpp b/core/downloadfromdcthread.cpp index b544b8c61..d073bd9cf 100644 --- a/core/downloadfromdcthread.cpp +++ b/core/downloadfromdcthread.cpp @@ -161,9 +161,6 @@ void fill_computer_list() #endif qSort(vendorList); -#if defined(SUBSURFACE_MOBILE) && defined(BT_SUPPORT) - vendorList.append(QObject::tr("Paired Bluetooth Devices")); -#endif } DCDeviceData *DCDeviceData::m_instance = NULL; |