mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +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"}});
|
||||
mobileProductList["Cochran"] =
|
||||
QStringList({{"Commander I"}, {"Commander II"}, {"Commander TM"}, {"EMC-14"}, {"EMC-16"}, {"EMC-20H"}});
|
||||
mobileProductList["Cressi"] =
|
||||
QStringList({{"Leonardo"}});
|
||||
mobileProductList["Genesis"] =
|
||||
QStringList({{"React Pro"}, {"React Pro White"}});
|
||||
mobileProductList["Heinrichs Weikamp"] =
|
||||
|
|
Loading…
Add table
Reference in a new issue