aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/contextParam.qml
blob: 63c057ca7969c3ddfdce3437bc595e4c57ed0aaa (plain)
1
2
3
4
5
import QML

QtObject {
    property int foo: contextParam.foo
}