mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 00:23:23 +00:00
Add Cressi Leonardo to list of devices
Adding Cressi Leonardo to the list of devices that can be selected on Android devices. Signed-off-by: Stephen Goodall <stephen.goodall88@googlemail.com>
This commit is contained in:
parent
65e823b21d
commit
26871df84d
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,8 @@ static void fill_supported_mobile_list()
|
||||||
QStringList({{"Mundial 2"}, {"Mundial 3"}, {"Voyager 2G"}});
|
QStringList({{"Mundial 2"}, {"Mundial 3"}, {"Voyager 2G"}});
|
||||||
mobileProductList["Cochran"] =
|
mobileProductList["Cochran"] =
|
||||||
QStringList({{"Commander I"}, {"Commander II"}, {"Commander TM"}, {"EMC-14"}, {"EMC-16"}, {"EMC-20H"}});
|
QStringList({{"Commander I"}, {"Commander II"}, {"Commander TM"}, {"EMC-14"}, {"EMC-16"}, {"EMC-20H"}});
|
||||||
|
mobileProductList["Cressi"] =
|
||||||
|
QStringList({{"Leonardo"}});
|
||||||
mobileProductList["Genesis"] =
|
mobileProductList["Genesis"] =
|
||||||
QStringList({{"React Pro"}, {"React Pro White"}});
|
QStringList({{"React Pro"}, {"React Pro White"}});
|
||||||
mobileProductList["Heinrichs Weikamp"] =
|
mobileProductList["Heinrichs Weikamp"] =
|
||||||
|
|
Loading…
Add table
Reference in a new issue