Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeecmascript / data / undefinedResetsProperty.2.qml
1 import Qt.test 1.0
2
3 MyQmlObject {
4     resettableProperty: 19
5
6     function doReset() {
7         resettableProperty = undefined;
8     }
9 }
10