Skip to content

Port away from KDeclarative::ConfigPropertyMap where possible

Alexander Lohnau requested to merge work/alex/kconfigpropertymap into master

Because of the wallpaper interface from plasma-frameworks, we can not change this during KF5. However we can use QQmlPropertyMap as the type, when we do not care about the KConfig specific bits. Both KConfigPropertyMap and KDeclarative::ConfigPropertyMap extend from this class.

Task: https://phabricator.kde.org/T12126

Merge request reports