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

Object {
    Script {
        source: "test.js"
        source: "test2.js"
    }
}