diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-02-04 07:38:55 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-02-04 07:39:51 (GMT) |
commit | f69452e3132061ce337efdb1f091836d1176ec1a (patch) | |
tree | 301fff6768345814a6467800786652cc93caece8 /tests/auto/declarative | |
parent | b83610a567c031f10d565a64edd4cb8b4d55a53a (diff) | |
download | Qt-f69452e3132061ce337efdb1f091836d1176ec1a.zip Qt-f69452e3132061ce337efdb1f091836d1176ec1a.tar.gz Qt-f69452e3132061ce337efdb1f091836d1176ec1a.tar.bz2 |
Re-add accidentally deleted file
Diffstat (limited to 'tests/auto/declarative')
-rw-r--r-- | tests/auto/declarative/qmlecmascript/data/dynamicCreation.helper.qml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlecmascript/data/dynamicCreation.helper.qml b/tests/auto/declarative/qmlecmascript/data/dynamicCreation.helper.qml new file mode 100644 index 0000000..d790d63 --- /dev/null +++ b/tests/auto/declarative/qmlecmascript/data/dynamicCreation.helper.qml @@ -0,0 +1,6 @@ +import Qt.test 1.0 + +MyQmlObject{ + objectName: "objectTwo" +} + |