diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-06 04:09:22 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-06 04:09:22 (GMT) |
commit | 47f50491cafe76216f209d25d4a96643a05c1253 (patch) | |
tree | d7d282fca5ce81d737f3cd64009f36a12083fde8 /tests/auto/declarative/qmllanguage/data/invalidAttachedProperty.11.qml | |
parent | 9fe17d149abcec38dcf0a9597b0ae4cea892ffd1 (diff) | |
download | Qt-47f50491cafe76216f209d25d4a96643a05c1253.zip Qt-47f50491cafe76216f209d25d4a96643a05c1253.tar.gz Qt-47f50491cafe76216f209d25d4a96643a05c1253.tar.bz2 |
More language tests
Diffstat (limited to 'tests/auto/declarative/qmllanguage/data/invalidAttachedProperty.11.qml')
-rw-r--r-- | tests/auto/declarative/qmllanguage/data/invalidAttachedProperty.11.qml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/invalidAttachedProperty.11.qml b/tests/auto/declarative/qmllanguage/data/invalidAttachedProperty.11.qml new file mode 100644 index 0000000..18770fc --- /dev/null +++ b/tests/auto/declarative/qmllanguage/data/invalidAttachedProperty.11.qml @@ -0,0 +1,7 @@ +import Test 1.0 as Namespace +import Qt 4.6 + +Object { + Namespace.madeUpClass.foo: 10 +} + |