Closed flanfly closed 7 years ago
When creating custom QObjects using Q_OBJECT! the notify signals are not registered with QML, making all properties constant. This PR should fix this.
Q_OBJECT!
When creating custom QObjects using
Q_OBJECT!
the notify signals are not registered with QML, making all properties constant. This PR should fix this.