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

Object {
    readonly property int a: value
}