diff options
Diffstat (limited to 'tests/auto/declarative/qmllanguage/data/property.5.qml')
-rw-r--r-- | tests/auto/declarative/qmllanguage/data/property.5.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/property.5.qml b/tests/auto/declarative/qmllanguage/data/property.5.qml index c3aaf5e..65fafbb 100644 --- a/tests/auto/declarative/qmllanguage/data/property.5.qml +++ b/tests/auto/declarative/qmllanguage/data/property.5.qml @@ -1,6 +1,6 @@ import Qt 4.6 -Object { +QtObject { readonly property int a: value } |