summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-04-14 03:15:44 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-04-14 03:15:44 (GMT)
commitec3bf02d03609e77cb329bfc585f07372de4dc45 (patch)
tree9a22e516e5277bc10642432753ed8a7d53663167 /tests/auto/declarative/qdeclarativeecmascript/data
parent2fe3de8526336cf59c23574fc48c61cd9ce2d9f6 (diff)
downloadQt-ec3bf02d03609e77cb329bfc585f07372de4dc45.zip
Qt-ec3bf02d03609e77cb329bfc585f07372de4dc45.tar.gz
Qt-ec3bf02d03609e77cb329bfc585f07372de4dc45.tar.bz2
Missing file
Diffstat (limited to 'tests/auto/declarative/qdeclarativeecmascript/data')
-rw-r--r--tests/auto/declarative/qdeclarativeecmascript/data/qtbug_9792.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativeecmascript/data/qtbug_9792.qml b/tests/auto/declarative/qdeclarativeecmascript/data/qtbug_9792.qml
new file mode 100644
index 0000000..9ac4430
--- /dev/null
+++ b/tests/auto/declarative/qdeclarativeecmascript/data/qtbug_9792.qml
@@ -0,0 +1,5 @@
+import Qt.test 1.0
+
+MyQmlObject {
+ onBasicSignal: print("Hello world!");
+}