mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Add Cressi Giotto, Newton and Drake to list of devices
Adding Cressi Giotto, Newton and Drake 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
478b5de9e7
commit
b492df6ffc
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ static void fill_supported_mobile_list()
|
|||
mobileProductList["Cochran"] =
|
||||
QStringList({{"Commander I"}, {"Commander II"}, {"Commander TM"}, {"EMC-14"}, {"EMC-16"}, {"EMC-20H"}});
|
||||
mobileProductList["Cressi"] =
|
||||
QStringList({{"Leonardo"}});
|
||||
QStringList({{"Leonardo"}, {"Giotto"}, {"Newton"}, {"Drake"}});
|
||||
mobileProductList["Genesis"] =
|
||||
QStringList({{"React Pro"}, {"React Pro White"}});
|
||||
mobileProductList["Heinrichs Weikamp"] =
|
||||
|
|
Loading…
Reference in a new issue