aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/enums.2.qml
Commit message (Collapse)AuthorAgeFilesLines
* Fix another crash due to unregistered enum typesChris Adams2012-06-011-0/+12
| | | | | | | | | | f62ab0a3dfaa873bb15cd1526f98f50a17228a9c missed one other case, when binding valid property values to invalid property types. This commit fixes that case, and adds both binding and assignment tests for that case. Change-Id: Iaca889e4214d2218012d30c4a00f2aac886375f7 Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
* Fix crash caused by unregistered enum typesChris Adams2012-05-281-0/+17
| | | | | | | | | | If the enum type isn't registered with Q_ENUMS, the metatype lookup fails, which results in a crash in certain circumstances. This commit ensures that when assigning an undefined value to an unregistered-enum-type property, no crash occurs. Change-Id: I0b539b591c9c9d6262c748300e4f4b6813d4f9a6 Reviewed-by: Martin Jones <martin.jones@nokia.com>
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-0/+8
Symbols beginning with QDeclarative are already exported by the quick1 module. Users can apply the bin/rename-qtdeclarative-symbols.sh script to modify client code using the previous names of the renamed symbols. Task-number: QTBUG-23737 Change-Id: Ifaa482663767634931e8711a8e9bf6e404859e66 Reviewed-by: Martin Jones <martin.jones@nokia.com>