mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
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:
parent
36b2014183
commit
008f350dec
1 changed files with 0 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue