Details
-
Task
-
Resolution: Won't Do
-
P2: Important
-
None
-
6.8
-
None
Description
In BarSet and BarSeries count() is marked as a Q_INVOKABLE and also as a property but it seems to function as a property as intended, and calling count() from qml doesnt work.
Q_INVOKABLE should be removed in this case.