White-Oak / qml-rust

QML (Qt Quick) bindings for Rust language
MIT License
205 stars 18 forks source link

Register notify signals for properties #27

Closed flanfly closed 7 years ago

flanfly commented 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.