6 lines
62 B
QML
6 lines
62 B
QML
|
import Module
|
||
|
|
||
|
NotCompiled {
|
||
|
property int bar: foo + 16
|
||
|
}
|