aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/parser
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2019-08-16 11:18:38 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2019-09-02 22:23:03 +0200
commit811b15bd161d12e5c85e093f9f492a0c4fa278d6 (patch)
tree1efe0017f207b62d799711be410adc7f1db1bfb8 /src/qml/parser
parent6dc319155a282cd274a93887c5b83c8ed8b82d90 (diff)
PathMultiline: allow lists/vectors of polygons or point lists/vectors
If a C++ model object can make a vector of vectors of points available directly, and it is bound to a PathMultiline's paths property to provide the view layer, it's a waste of time to convert it to a QVariantList of QVariantLists and back again. Changing the type of the property to QVariant instead of QVariantList enables an extensible set of supported types: all those that make sense. Fixes: QTBUG-77929 Change-Id: If749c2171173e7b9933fc9ecdf6d2741dc1c7500 Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
Diffstat (limited to 'src/qml/parser')
0 files changed, 0 insertions, 0 deletions