diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-04-19 06:37:13 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-04-27 11:52:48 -0700 |
commit | ea7a7c6b24c749491ee56f99cad118cd4bc7aac7 (patch) | |
tree | 0bc0d0da32c70d3d3b028e89043241d1d3d62f80 /core/downloadfromdcthread.h | |
parent | 36749b28d90e3200614175afe87dddf2dc81ae75 (diff) | |
download | subsurface-ea7a7c6b24c749491ee56f99cad118cd4bc7aac7.tar.gz |
QML UI: add supported dive computers to log file
In a more compact format than before.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/downloadfromdcthread.h')
-rw-r--r-- | core/downloadfromdcthread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/downloadfromdcthread.h b/core/downloadfromdcthread.h index e95cb7a98..ac83790e8 100644 --- a/core/downloadfromdcthread.h +++ b/core/downloadfromdcthread.h @@ -103,6 +103,7 @@ struct mydescriptor { * stay like this for now. */ void fill_computer_list(); +void show_computer_list(); extern QStringList vendorList; extern QHash<QString, QStringList> productList; extern QMap<QString, dc_descriptor_t *> descriptorLookup; |