mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: add more dive computers
This really needs to be done differently - we need a structured way to associate a transport mechanism with each of the dive computers we support. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1e895095cf
commit
0482f054a7
1 changed files with 10 additions and 0 deletions
|
@ -63,10 +63,20 @@ static void fill_supported_mobile_list()
|
||||||
QStringList({{"Petrel"}, {"Petrel 2"}, {"Perdix"}});
|
QStringList({{"Petrel"}, {"Petrel 2"}, {"Perdix"}});
|
||||||
mobileProductList["Suunto"] =
|
mobileProductList["Suunto"] =
|
||||||
QStringList({"EON Steel"});
|
QStringList({"EON Steel"});
|
||||||
|
mobileProductList["Scubapro"] =
|
||||||
|
QStringList({{"G2"}});
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
#if defined(Q_OS_IOS)
|
#if defined(Q_OS_IOS)
|
||||||
/* BLE only, Qt does not support classic BT on iOS */
|
/* BLE only, Qt does not support classic BT on iOS */
|
||||||
|
mobileProductList["Heinrichs Weikamp"] =
|
||||||
|
QStringList({{"OSTC 4"}});
|
||||||
|
mobileProductList["Shearwater"] =
|
||||||
|
QStringList({{"Petrel"}, {"Petrel 2"}, {"Perdix"}});
|
||||||
|
mobileProductList["Suunto"] =
|
||||||
|
QStringList({"EON Steel"});
|
||||||
|
mobileProductList["Scubapro"] =
|
||||||
|
QStringList({{"G2"}});
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue