aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/property.5.qml
blob: 1bb4850777dde7f5ed47c7a679ea1ee7013a586f (plain)
1
2
3
4
5
6
import QtQuick 1.0

QtObject {
    readonly property int a: value
}