QML UI: try to match BT names to known dive computers

So far this just adds data to the log.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-05-29 12:25:21 -07:00
parent b9ac6334c7
commit a568562503
2 changed files with 9 additions and 3 deletions

View file

@ -98,7 +98,7 @@ struct mydescriptor {
* stay like this for now.
*/
void fill_computer_list();
extern QStringList vendorList;
extern QStringList vendorList;
extern QHash<QString, QStringList> productList;
extern QMap<QString, dc_descriptor_t *> descriptorLookup;