diff options
author | Stephen Goodall <stephen.goodall88@googlemail.com> | 2018-06-28 13:15:32 +1000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-06-28 11:52:24 +0800 |
commit | b492df6ffcceaff170d765c28b6942ac66f759ad (patch) | |
tree | b34fd84425b0a6d961e4126861384d0e60042a1d /core | |
parent | 478b5de9e706e2c74fc322c29c1c3861d637f408 (diff) | |
download | subsurface-b492df6ffcceaff170d765c28b6942ac66f759ad.tar.gz |
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>
Diffstat (limited to 'core')
-rw-r--r-- | core/downloadfromdcthread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/downloadfromdcthread.cpp b/core/downloadfromdcthread.cpp index 082ca5c63..c0b4f691b 100644 --- a/core/downloadfromdcthread.cpp +++ b/core/downloadfromdcthread.cpp @@ -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"] = |