qtdeclarative/tests/auto/qml/qmlcppcodegen/data/contextParam.qml

6 lines
64 B
QML

import QML
QtObject {
property int foo: contextParam.foo
}