Skip to content

plasmaquick: Use application-wide shared engine in SharedQmlEngine if available

Arjen Hiemstra requested to merge work/ahiemstra/applicationengine into master
  • plasmaquick: Use application-wide shared engine in SharedQmlEngine if available

We now set a property "__qmlEngine" on the application to be able to share the main QML engine with loaded plugins. So try and use that if we're initializing a SharedQmlEngine and it's internal shared engine was not created yet.

Merge request reports