White-Oak / qml-rust

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

append vs. insert #23

Closed flanfly closed 7 years ago

flanfly commented 7 years ago

Hey, I noticed that the insert_row and insert_item functions actually append data to the model. I changed the insert_* functions and added an append_* version. Be aware that this is a breaking change.

White-Oak commented 7 years ago

Thanks, I've wanted to do this for a long time in fact!