slint/api
Olivier Goffart fe38a1e97d C++: Fix and test the reset function on model adapter
They were causing infinite recursion because they were calling
themselves.

Also add the missing MapModel::reset

Yet another motivation for https://github.com/slint-ui/slint/issues/3888
as the code was mixing the `reset` function on the adapter meaning
"please re-apply the adapter filter/map/sort function" with the `reset`
function on Model which means "the subclass has changed and we should
notify listeners".

Fixes #4968
2024-03-28 11:11:57 +01:00
..
cpp C++: Fix and test the reset function on model adapter 2024-03-28 11:11:57 +01:00
node Update MSRV to 1.73 2024-03-27 09:04:31 +01:00
python Update MSRV to 1.73 2024-03-27 09:04:31 +01:00
rs Bump version number to 1.6.0 2024-03-27 07:49:22 +00:00
wasm-interpreter vtable: increase version number to account for breaking change in vtable::Dyn 2024-02-26 14:45:47 +01:00