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

QtObject {
    readonly property int a: value
}