Skip to content

Use an extendedtype for Plasmoid/Containment

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

Behavior should be the same, but now the type Plasmoid should actually be an Applet instead of a PlasmoidAttached, fixing things like

Item {
    property Plasmoid aPlasmoidProperty
}

which was previously broken

Merge request reports