mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix Android compile error
Trivial typo only visible on Android build. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
1fe76b02da
commit
4406a6ccf9
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue