summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/DontDoubleCallClassBeginItem.qml
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-08-31 04:59:26 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-08-31 04:59:26 (GMT)
commit0a3d5098320a72853bad643f01b08774af131cb4 (patch)
tree47a2db1e5c7433cd29c0418169a39aea50822776 /tests/auto/declarative/qdeclarativelanguage/data/DontDoubleCallClassBeginItem.qml
parenta0b413c14b94c1ac3f394f22076fd12c370d07f3 (diff)
downloadQt-0a3d5098320a72853bad643f01b08774af131cb4.zip
Qt-0a3d5098320a72853bad643f01b08774af131cb4.tar.gz
Qt-0a3d5098320a72853bad643f01b08774af131cb4.tar.bz2
Don't double call classBegin()
QTBUG-13114
Diffstat (limited to 'tests/auto/declarative/qdeclarativelanguage/data/DontDoubleCallClassBeginItem.qml')
-rw-r--r--tests/auto/declarative/qdeclarativelanguage/data/DontDoubleCallClassBeginItem.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativelanguage/data/DontDoubleCallClassBeginItem.qml b/tests/auto/declarative/qdeclarativelanguage/data/DontDoubleCallClassBeginItem.qml
new file mode 100644
index 0000000..1f8eac8
--- /dev/null
+++ b/tests/auto/declarative/qdeclarativelanguage/data/DontDoubleCallClassBeginItem.qml
@@ -0,0 +1,4 @@
+import Test 1.0
+
+MyParserStatus {
+}