6 lines
64 B
QML
6 lines
64 B
QML
|
import QML
|
||
|
|
||
|
QtObject {
|
||
|
property int foo: contextParam.foo
|
||
|
}
|