Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.6.0
-
None
-
5746327c5566223f01f10f62baf8d7c3e47a6c9f
Description
This is currently a syntax error:
property QtObject a: QtObject {}
it currently needs to be written as:
property QtObject a a: QtObject {}
Both should be allowed.
There is a test under tests/auto/declarative/qmllanguage/tst_qmllanguage:declaredPropertyValues