1 import Test 1.0
2 import Qt 4.7
3
4 QtObject {
5 property variant child
6 child: HelperAlias { objAlias: QtObject {} }
7 }
8