diff options
author | Stephen Goodall <stephen.goodall88@googlemail.com> | 2018-06-27 16:09:15 +1000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-06-28 01:43:26 +0800 |
commit | 26871df84d113c7ffdd30208cab8462649315f29 (patch) | |
tree | 178be3f78ed2fb6933e5a8abc56cc0b15643f1c7 /core/downloadfromdcthread.cpp | |
parent | 65e823b21d715c92432671cef66cba17cb510d84 (diff) | |
download | subsurface-26871df84d113c7ffdd30208cab8462649315f29.tar.gz |
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>
Diffstat (limited to 'core/downloadfromdcthread.cpp')
-rw-r--r-- | core/downloadfromdcthread.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/downloadfromdcthread.cpp b/core/downloadfromdcthread.cpp index 3c0470852..21d1b4c20 100644 --- a/core/downloadfromdcthread.cpp +++ b/core/downloadfromdcthread.cpp @@ -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"] = |