Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
6.7.2
-
None
Description
Creating a list of color in QML, like so:
property list<color> colors: [ "#0F0", "orange", "#FF0000"|#0F0", "orange", "#FF0000" ]
warning: Cannot generate efficient code for storing an array in a non-sequence type
The same is true for accessing an index of said list: colors[1]