1 import Test 1.0
2 MyQmlObject {
3 property bool receivedNotify : false
4 onPropertyWithNotifyChanged: { receivedNotify = true; }
5 }
6