diff options
author | jan Iversen <jani@apache.org> | 2018-08-12 21:58:25 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-08-14 09:09:06 -0700 |
commit | 691025fa2440d76e1b208a3ecd280a4aec646890 (patch) | |
tree | 6fb9cdbf743c6e6abb95c0f138530ca0e3d0cd09 /core/settings | |
parent | 4a7864444ba5c90e4113e704a593d0fc4e6207b8 (diff) | |
download | subsurface-691025fa2440d76e1b208a3ecd280a4aec646890.tar.gz |
core: activate qPrefGeneral
remove General from SettingsObjectWrapper and reference qPrefGeneral
update files using SettingsObjectWrapper/General to use qPrefGeneral
this activated qPrefGeneral 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 0649cddc8..36ec4d6c3 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. + qPrefGeneral::instance()->loadSync(doSync); qPrefGeocoding::instance()->loadSync(doSync); qPrefLanguage::instance()->loadSync(doSync); qPrefLocationService::instance()->loadSync(doSync); |