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

QtObject {
    readonly property int a
}