summaryrefslogtreecommitdiffstats
path: root/core/downloadfromdcthread.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-05-29 12:25:21 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-05-29 12:25:21 -0700
commita5685625035307e644a5454488f1818ac61dea2d (patch)
treee1105e6d231c214ce9324463a1fa1931df51dc85 /core/downloadfromdcthread.h
parentb9ac6334c79f1272a369e325386cfaf0b0ec9d7c (diff)
downloadsubsurface-a5685625035307e644a5454488f1818ac61dea2d.tar.gz
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>
Diffstat (limited to 'core/downloadfromdcthread.h')
-rw-r--r--core/downloadfromdcthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/downloadfromdcthread.h b/core/downloadfromdcthread.h
index 9e99e1a42..bf203a85f 100644
--- a/core/downloadfromdcthread.h
+++ b/core/downloadfromdcthread.h
@@ -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;