diff options
Diffstat (limited to 'tests/auto/declarative/qmllanguage/data/invalidAttachedProperty.7.qml')
-rw-r--r-- | tests/auto/declarative/qmllanguage/data/invalidAttachedProperty.7.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/invalidAttachedProperty.7.qml b/tests/auto/declarative/qmllanguage/data/invalidAttachedProperty.7.qml index 841cc08..ccf0353 100644 --- a/tests/auto/declarative/qmllanguage/data/invalidAttachedProperty.7.qml +++ b/tests/auto/declarative/qmllanguage/data/invalidAttachedProperty.7.qml @@ -1,6 +1,6 @@ import Test 1.0 import Qt 4.6 -Object { +QtObject { MyTypeObject.foo: 10 } |