From 4dbbf1ff27daccd1b2abc9a2257cc2089ac9b173 Mon Sep 17 00:00:00 2001 From: Murillo Bernardes Date: Tue, 5 Dec 2017 16:34:50 +0800 Subject: iOS: report location services availability This enable use of current location on Add/Edit Signed-off-by: Murillo Bernardes Signed-off-by: Dirk Hohndel --- mobile-widgets/qmlmanager.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp index bd7314d34..bffff14f3 100644 --- a/mobile-widgets/qmlmanager.cpp +++ b/mobile-widgets/qmlmanager.cpp @@ -1344,11 +1344,7 @@ void QMLManager::setLocationServiceEnabled(bool locationServiceEnabled) bool QMLManager::locationServiceAvailable() const { -#if defined(Q_OS_IOS) - return false; -#else return m_locationServiceAvailable; -#endif } void QMLManager::setLocationServiceAvailable(bool locationServiceAvailable) -- cgit v1.2.3-70-g09d2