diff options
Diffstat (limited to 'tests/auto/declarative/qmlecmascript/data/dynamicCreation.helper.qml')
-rw-r--r-- | tests/auto/declarative/qmlecmascript/data/dynamicCreation.helper.qml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/declarative/qmlecmascript/data/dynamicCreation.helper.qml b/tests/auto/declarative/qmlecmascript/data/dynamicCreation.helper.qml deleted file mode 100644 index b26d6e1..0000000 --- a/tests/auto/declarative/qmlecmascript/data/dynamicCreation.helper.qml +++ /dev/null @@ -1,5 +0,0 @@ -import Qt.test 1.0 - -MyQmlObject{ - objectName: "objectTwo" -} |