Correctly resolve elements of QList<QUrl> properties
authorChris Adams <christopher.adams@nokia.com>
Thu, 15 Dec 2011 02:01:39 +0000 (12:01 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 19 Dec 2011 00:13:53 +0000 (01:13 +0100)
commit8460eae44c241d5975b3041eedf6e08c9638fd41
tree0e342e789966b86b2d320ecccee22477192ccfc0
parent6859056a0924b3da52b045aa14a34fae59a5c75e
Correctly resolve elements of QList<QUrl> properties

Previously, the value of a QList<QUrl> sequence was only resolved if
there was only one element in the sequence.  This commit ensures that
all elements in the sequence are resolved correctly.

Task-number: QTBUG-23131
Change-Id: Id27748853fe01ae22800fbd02d062e268ad7ec70
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
src/declarative/qml/qdeclarativeproperty.cpp
tests/auto/declarative/qdeclarativeecmascript/data/assignSequenceTypes.7.qml [new file with mode: 0644]
tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp