aboutsummaryrefslogtreecommitdiffstats
path: root/core/settings
diff options
context:
space:
mode:
authorGravatar jan Iversen <jani@apache.org>2018-08-05 10:57:24 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-08-12 07:36:10 -0700
commitcb2dc7515b3b14eed268ff580b30759d2c2272a5 (patch)
tree1c5c2e29308890e1ec9627d46d3f1065a7eda101 /core/settings
parentb98ba9ba94cb4d7293daa80139c6bd7ecda882fe (diff)
downloadsubsurface-cb2dc7515b3b14eed268ff580b30759d2c2272a5.tar.gz
core: activate qPrefTechnicalDetails
remove TechnicalDetails from SettingsObjectWrapper and reference qPrefTechnicalDetails update files using SettingsObjectWrapper/TechnicalDetails to use qPrefTechnicalDetails this activated qPrefTechnicalDetails 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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/settings/qPref.cpp b/core/settings/qPref.cpp
index c5f2e663c..cd93fe44e 100644
--- a/core/settings/qPref.cpp
+++ b/core/settings/qPref.cpp
@@ -21,6 +21,7 @@ void qPref::loadSync(bool doSync)
qPrefDivePlanner::instance()->loadSync(doSync);
// qPrefFaceook does not use disk.
qPrefProxy::instance()->loadSync(doSync);
+ qPrefTechnicalDetails::instance()->loadSync(doSync);
qPrefUnits::instance()->loadSync(doSync);
qPrefUpdateManager::instance()->loadSync(doSync);
}