1 import Qt 4.7
2
3 QtObject {
4 property variant obj: nested
5
6 property variant obj2
7 obj2: NestedTypeTransientErrors {
8 id: nested
9 }
10 }