Skip to content

AppletQuickItem does not seem to be usable in QML

Luca Carlon requested to merge lcarlon/plasma-framework:applet_wt_fix into master

AppletQuickItem type does not seem to be usable in QML. Expose QQuickItem instead and then cast to AppletQuickItem in C++.

Merge request reports