diff options
author | jan Iversen <jan@casacondor.com> | 2020-01-16 11:08:25 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-01-17 08:51:04 -0800 |
commit | 008f350dec50c3d33f566c4a282ea2e22382fc6c (patch) | |
tree | 0932d39ff3f4bc4f5eea25d97eb5771cc8b4d3c9 /core/settings | |
parent | 36b20141839e4c24d569f7b1428d956efaee5c3f (diff) | |
download | subsurface-008f350dec50c3d33f566c4a282ea2e22382fc6c.tar.gz |
core/settings: remove PrefClearDC because not used.
PrefClearDC was registred with the wrong object, but also
is not used.
Remove registration.
Signed-off-by: jan Iversen <jan@casacondor.com>
Diffstat (limited to 'core/settings')
-rw-r--r-- | core/settings/qPref.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/settings/qPref.cpp b/core/settings/qPref.cpp index bea5b73d1..640300f96 100644 --- a/core/settings/qPref.cpp +++ b/core/settings/qPref.cpp @@ -69,7 +69,6 @@ void qPref::registerQML(QQmlEngine *engine) ct->setContextProperty("PrefUpdateManager", qPrefUpdateManager::instance()); ct->setContextProperty("PrefEquipment", qPrefEquipment::instance()); ct->setContextProperty("PrefMedia", qPrefMedia::instance()); - ct->setContextProperty("PrefClearDc", qPrefUpdateManager::instance()); ct->setContextProperty("PrefLog", qPrefLog::instance()); } |