Skip to content

Use shared QmlEngine for KCMs and sidebars

David Edmundson requested to merge work/d_ed/choochoo into master

KCM's have an infrastructure to share an engine which we weren't making use of. We can also share this engine with the sidebar and landing page.

This should improve performance throughout. As a side effect it avoids problems with type registration with multiple engines fixing systemsettings with Qt6.7

CCBUG: 478811

Edited by David Edmundson

Merge request reports