diff options
author | jan Iversen <jani@apache.org> | 2018-08-03 20:25:02 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-08-09 08:45:02 -0700 |
commit | e33545afd04dc059c0df4bc47b5aacec3487c60d (patch) | |
tree | cce643642383ef23fa51abad21f9b4b9a72dbda0 /subsurface-helper.cpp | |
parent | e673a3558eaff6ebc617e6e97e5c81cd819e7985 (diff) | |
download | subsurface-e33545afd04dc059c0df4bc47b5aacec3487c60d.tar.gz |
core: activate qPrefUpdateManager
remove UpdateManager from SettingsObjectWrapper and reference qPrefUpdateManager
update files using SettingsObjectWrapper/UpdateManager to use qPrefUpdateManager
this activated qPrefUpdateManager and removed the similar class from
SettingsObjectWrapper.
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'subsurface-helper.cpp')
-rw-r--r-- | subsurface-helper.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-helper.cpp b/subsurface-helper.cpp index 7b34aba1a..a089e7e00 100644 --- a/subsurface-helper.cpp +++ b/subsurface-helper.cpp @@ -164,6 +164,7 @@ void register_qml_types() REGISTER_TYPE(qPrefFacebook, "SsrfFacebookPrefs"); REGISTER_TYPE(qPrefProxy, "SsrfProxyPrefs"); REGISTER_TYPE(qPrefUnits, "SsrfUnitPrefs"); + REGISTER_TYPE(qPrefUpdateManager, "SsrfUpdateManagerPrefs"); #ifndef SUBSURFACE_TEST_DATA #ifdef SUBSURFACE_MOBILE |