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

QtObject {
    readonly property int readOnlyProperty: 19
}