diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-04-21 05:33:07 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-04-21 05:33:07 (GMT) |
commit | 5beddba73a7b2890f775d45aeb2f21407f8c3d0d (patch) | |
tree | 1c7627b716a387015494cb982e63f6f668f0ed93 /tests/auto/declarative/qdeclarativelanguage/data/component.9.errors.txt | |
parent | bb334b925483a9b8bda70e40cfae8a2d26e43757 (diff) | |
download | Qt-5beddba73a7b2890f775d45aeb2f21407f8c3d0d.zip Qt-5beddba73a7b2890f775d45aeb2f21407f8c3d0d.tar.gz Qt-5beddba73a7b2890f775d45aeb2f21407f8c3d0d.tar.bz2 |
Don't allow properties in Component elements
QTBUG-10082
Diffstat (limited to 'tests/auto/declarative/qdeclarativelanguage/data/component.9.errors.txt')
-rw-r--r-- | tests/auto/declarative/qdeclarativelanguage/data/component.9.errors.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativelanguage/data/component.9.errors.txt b/tests/auto/declarative/qdeclarativelanguage/data/component.9.errors.txt new file mode 100644 index 0000000..92f1456 --- /dev/null +++ b/tests/auto/declarative/qdeclarativelanguage/data/component.9.errors.txt @@ -0,0 +1 @@ +3:1:Component objects cannot declare new functions. |