https://bugs.kde.org/show_bug.cgi?id=507602
mateusvasc...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #3 from mateusvasc...@gmail.com --- There is still a type giving error, the LayerShell.Window.anchors is giving type missing. Manually changing the qmltypes file worked for me. The type of the anchors property is listed as Anchors, but the enum is named as Anchor, changing it to Anchors fixed the issue, but i still had to overwrite the qmltypes file. TLDR: Qmltypes has an Enum with name Anchor, but the type used is Anchors. So the Enum or type should be changed. -- You are receiving this mail because: You are watching all bug changes.