summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/property.5.qml
blob: 65fafbbc1453b36b2ff26887f97af89e2a188f18 (plain)
1
2
3
4
5
6
import Qt 4.6

QtObject {
    readonly property int a: value
}