https://bugs.kde.org/show_bug.cgi?id=340125
--- Comment #8 from kdeb...@chilon.net --- I've got this working now except: Q_INVOKABLE QQmlListProperty<KWin::Client> clientList(); Using that `workspace.clientList().length` doesn't work right (nor does indexing). I have to use: Q_PROPERTY(QQmlListProperty<KWin::Client> clientList READ clientList) And access it via `workspace.clientList.length` I can submit the code as it is for a review, maybe there's a way to make the former work. -- You are receiving this mail because: You are watching all bug changes.