Skip to content

Add KConfigXT usage with Managed Config Module

Mikhail Zolotukhin requested to merge work/gikari/kconfigxt-mkcm into master

The existing tutorial falsely suggested using singleton to expose config object for QML. This approach does not work for Managed Config Modules (KCMs), that have to watch over config changes. Therefore the clarification on how to use in there were added.

Merge request reports