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>
This commit is contained in:
Dirk Hohndel 2017-07-17 12:40:30 -07:00
parent bb3387f234
commit 8f0621f733
2 changed files with 11 additions and 20 deletions

View file

@ -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;