10 lines
85 B
QML
10 lines
85 B
QML
|
import TestTypes
|
||
|
import QtQml
|
||
|
|
||
|
Nasty {
|
||
|
id: nasty
|
||
|
property Nasty n: nasty
|
||
|
}
|
||
|
|
||
|
|