diff options
Diffstat (limited to 'qt-mobile/qmlmanager.cpp')
-rw-r--r-- | qt-mobile/qmlmanager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-mobile/qmlmanager.cpp b/qt-mobile/qmlmanager.cpp index 1f2dd4c98..ad8f1e259 100644 --- a/qt-mobile/qmlmanager.cpp +++ b/qt-mobile/qmlmanager.cpp @@ -15,11 +15,11 @@ void qmlUiShowMessage(const char *errorString) qDebug() << "couldn't set property messageText to" << errorString; } -QMLManager::QMLManager() +QMLManager::QMLManager() : + m_locationServiceEnabled(false) { // create location manager service locationProvider = new GpsLocation(this); - setLocationServiceEnabled(false); // Initialize cloud credentials. setCloudUserName(prefs.cloud_storage_email); |