e0f97946af
Sometimes Qt is surprising. Apparently QML has problems with a QList<KWin::Client*> and wants to have a QList<QObject*> which cannot be used in QtScript. There ends my dream of having one API for both JavaScript and QML. So with QtScript it is: workspace.clientList() and in QML it is: workspace.getClientList() |
||
---|---|---|
.. | ||
kwinscript.desktop | ||
meta.cpp | ||
meta.h | ||
scriptedeffect.cpp | ||
scriptedeffect.h | ||
scripting.cpp | ||
scripting.h | ||
timer.cpp | ||
workspace_wrapper.cpp | ||
workspace_wrapper.h |