diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2017-10-17 10:40:33 +0200 |
---|---|---|
committer | Jan Mulder <jlmulder@xs4all.nl> | 2017-10-17 10:42:42 +0200 |
commit | 4406a6ccf91fef9136d2d08bc51bce18d9af7a44 (patch) | |
tree | 741f9bbd1767e90328c51a78ff1a10486fb8a079 | |
parent | 1fe76b02da3c7817fcad12bc994e9434e1d1d9ce (diff) | |
download | subsurface-4406a6ccf91fef9136d2d08bc51bce18d9af7a44.tar.gz |
Fix Android compile error
Trivial typo only visible on Android build.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
-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 2e6493d35..a53d39c42 100644 --- a/core/downloadfromdcthread.cpp +++ b/core/downloadfromdcthread.cpp @@ -97,7 +97,7 @@ static void fill_supported_mobile_list() mobileProductList["Uwatec"] = QStringList({{"Aladin Air Twin"}, {"Aladin Air Z"}, {"Aladin Air Z Nitrox"}, {"Aladin Air Z O2"}, {"Aladin Pro"}, {"Aladin Pro Ultra"}, {"Aladin Sport Plus"}, {"Memomouse"}}); mobileProductList["Atomic Aquatics"] = - QStringList({{"Cobalt"}, {"Cobalt 2"}}) + QStringList({{"Cobalt"}, {"Cobalt 2"}}); #endif #if defined(Q_OS_IOS) /* BLE only, Qt does not support classic BT on iOS */ |