diff options
Diffstat (limited to 'tests/auto/declarative/qdeclarativelanguage/data/script.6.qml')
-rw-r--r-- | tests/auto/declarative/qdeclarativelanguage/data/script.6.qml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativelanguage/data/script.6.qml b/tests/auto/declarative/qdeclarativelanguage/data/script.6.qml new file mode 100644 index 0000000..07e9d78 --- /dev/null +++ b/tests/auto/declarative/qdeclarativelanguage/data/script.6.qml @@ -0,0 +1,11 @@ +import Qt 4.6 + +QtObject { + Script { + source: "test.js" + function helloWorld() {} + } +} + + + |