aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/nonScriptableProperty.qml
blob: bd59bc80f963ef48a300c83fc8889e47fb3a22cb (plain)
1
2
3
4
5
import Test 1.0

MyQmlObject {
    nonScriptable: 11
}