diff options
author | jan Iversen <jani@apache.org> | 2018-08-06 17:36:29 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-08-12 11:30:19 -0700 |
commit | 75ce813a27fc22fca8e4b1c7484333235c9caea6 (patch) | |
tree | e28a6d118bee66886051d47e0f00d7644679a4b2 /core/settings | |
parent | 2b11fd4cc8fca46152bc8c3c0b53658694cfd5bf (diff) | |
download | subsurface-75ce813a27fc22fca8e4b1c7484333235c9caea6.tar.gz |
core: activate qPrefLocationService
remove LocationService from SettingsObjectWrapper and reference qPrefLocationService
update files using SettingsObjectWrapper/LocationService to use qPrefLocationService
this activated qPrefLocationService and removed the similar class from
SettingsObjectWrapper.
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'core/settings')
-rw-r--r-- | core/settings/qPref.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/settings/qPref.cpp b/core/settings/qPref.cpp index cd93fe44e..90aaa8fea 100644 --- a/core/settings/qPref.cpp +++ b/core/settings/qPref.cpp @@ -20,6 +20,7 @@ void qPref::loadSync(bool doSync) qPrefDiveComputer::instance()->loadSync(doSync); qPrefDivePlanner::instance()->loadSync(doSync); // qPrefFaceook does not use disk. + qPrefLocationService::instance()->loadSync(doSync); qPrefProxy::instance()->loadSync(doSync); qPrefTechnicalDetails::instance()->loadSync(doSync); qPrefUnits::instance()->loadSync(doSync); |