diff options
author | jan Iversen <jani@apache.org> | 2018-07-27 21:55:49 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-07-30 07:43:22 -0700 |
commit | 181d2cf364f22c5e673916d884ca5f0742e137ce (patch) | |
tree | 3fbf7f47b17e193d29d703daaba2af6d1a11a6ac /subsurface-helper.cpp | |
parent | f4f798f8dd43a4da884845af102e0b97dd8409dd (diff) | |
download | subsurface-181d2cf364f22c5e673916d884ca5f0742e137ce.tar.gz |
core: activate qPrefProxy
remove Proxy from SettingsObjectWrapper and reference qPrefProxy
update files using SettingsObjectWrapper/Proxy to use qPrefProxy
this activated qPrefProxy 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 ea4aaa8b1..20dd47ec7 100644 --- a/subsurface-helper.cpp +++ b/subsurface-helper.cpp @@ -161,6 +161,7 @@ void register_qml_types() REGISTER_TYPE(qPrefDisplay, "SsrfDisplayPrefs"); REGISTER_TYPE(qPrefDiveComputer, "SsrfDiveComputerPrefs"); REGISTER_TYPE(qPrefFacebook, "SsrfFacebookPrefs"); + REGISTER_TYPE(qPrefProxy, "SsrfProxyPrefs"); #ifndef SUBSURFACE_TEST_DATA #ifdef SUBSURFACE_MOBILE |