Fix Android compile error

Trivial typo only visible on Android build.

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
Jan Mulder 2017-10-17 10:40:33 +02:00
parent 1fe76b02da
commit 4406a6ccf9

View file

@ -97,7 +97,7 @@ static void fill_supported_mobile_list()
mobileProductList["Uwatec"] = 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"}}); 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"] = mobileProductList["Atomic Aquatics"] =
QStringList({{"Cobalt"}, {"Cobalt 2"}}) QStringList({{"Cobalt"}, {"Cobalt 2"}});
#endif #endif
#if defined(Q_OS_IOS) #if defined(Q_OS_IOS)
/* BLE only, Qt does not support classic BT on iOS */ /* BLE only, Qt does not support classic BT on iOS */