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

QtObject {
    Script {
        var a = 10;
    }
}