aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/readOnlyBindable.qml
blob: 116036c9ff8dd71c6bbc76bda6f83517f08cf48f (plain)
1
2
3
4
5
6
7
import Qt.test
import QtQuick

ReadOnlyBindable {
    property int v: 12
    x: v
}