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>
This commit is contained in:
jan Iversen 2020-01-16 11:08:25 +01:00 committed by Dirk Hohndel
parent 36b2014183
commit 008f350dec

View file

@ -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());
}