<!-- Thanks for opening an issue! 🤗 --> <!-- IMPORTANT: This issue tracker is for tracking bugs and features request. For questions or help on how to use Slint, please go to the "Discussions" tab --> <!-- Please mention your platform and the programming language you are using Slint with --> <!-- For bugs, please give steps on how to reproduce. What is the expected behavior and what do you see instead. --> <!-- If possible, please include relevant code snippets, in code blocks (``` ```)--> The C++ classes of SortModel, FilterModel, VectorModel, all have set_row_data() implemented. However, MapModel is missing the same. So if we try to update any item from UI, we get the warning - `Model::set_row_data was called on a read-only model`