https://bugs.kde.org/show_bug.cgi?id=340125
--- Comment #9 from kdeb...@chilon.net --- Submitted code review at https://phabricator.kde.org/differential/diff/7713/ I managed to work around the limitation with QQmlListProperty having to be a property by using QQmlExpression. I also use a shared context as the parent of each declarative script's individual context so that workspace can be shared. Perhaps the "KWin" global should also be placed in that shared context, this would mimic how the javascript version works. That can be handled in a different commit anyway. -- You are receiving this mail because: You are watching all bug changes.