diff options
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 ed87906ef..c74d5d535 100644 --- a/core/downloadfromdcthread.cpp +++ b/core/downloadfromdcthread.cpp @@ -104,6 +104,8 @@ static void fill_supported_mobile_list() #endif #if defined(Q_OS_IOS) /* BLE only, Qt does not support classic BT on iOS */ + mobileProductList["Heinrichs Weikamp"] = + QStringList({{"OSTC 2"}, {"OSTC 3"}, {"OSTC 3+"}, {"OSTC 4"}, {"OSTC Plus"}, {"OSTC Sport"}}); mobileProductList["Scubapro"] = QStringList({{"Aladin Sport Matrix"}, {"Aladin Square"}, {"G2"}}); mobileProductList["Shearwater"] = |