summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data/script.6.qml
blob: e578629e3e8f333bf95d2aec67f6ded16681c2e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
import Qt 4.6

Object {
    Script {
        source: "test.js"
        function helloWorld() {}
    }
}