7 lines
98 B
QML
7 lines
98 B
QML
|
import TestTypes
|
||
|
|
||
|
Person {
|
||
|
property Person other: Person { id: oo }
|
||
|
barzles: oo.barzles
|
||
|
}
|