1 import Qt.test 1.0
2
3 MyQmlObject {
4 resettableProperty: 19
5
6 function doReset() {
7 resettableProperty = undefined;
8 }
9 }
10