Skip to content

Manage the case when AppletError is the wrong type

Marco Martin requested to merge work/mart/dontcrashonAppletError into master

AppletError.qml could be valid qml but not a plasmoiditem, leading to a null item which will crash. add a guard to that.

Merge request reports