mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
bb3387f234
commit
8f0621f733
2 changed files with 11 additions and 20 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue