Skip to content

Use context object with KConfigWatcher signal

David Redondo requested to merge work/davidre/context into master

KConfigWatcher has shared ownership shared with other places watching the same file. We need to provide the context object otherwise load can be called after this object has been destroyed. CCBUG:468791

Merge request reports