From 9a28807dd39adf499d4bfaf94b4356e319e55f67 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 6 Jan 2016 16:56:08 -0800 Subject: Make sure that members are initialied A couple of members could potentially have been used uninitialized - it's possible that this was the cause for people overwriting data in cloud storage with empty dive lists. See #985 Signed-off-by: Dirk Hohndel --- qt-mobile/qmlmanager.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qt-mobile') diff --git a/qt-mobile/qmlmanager.cpp b/qt-mobile/qmlmanager.cpp index 439490b8d..a786c93c2 100644 --- a/qt-mobile/qmlmanager.cpp +++ b/qt-mobile/qmlmanager.cpp @@ -38,6 +38,8 @@ extern "C" int gitProgressCB(int percent) QMLManager::QMLManager() : m_locationServiceEnabled(false), + m_verboseEnabled(false), + m_loadFromCloud(false), reply(0), mgr(0) { -- cgit v1.2.3-70-g09d2