Skip to content

Don't crash when there is an incorrect second PlasmoidItem

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

Declaring a PalsmoidITem or a ContainmentITem anywhere else than the QML root item is not supported and clearly an error, but never the less, it should never crash. this patch puts enough guards that the resulting plasmoid is broken and doesn't do anything, but doesn't crash plasma anymore.

BUG:479429

Merge request reports