mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-20 03:50:00 +00:00
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 |
||
|---|---|---|
| .. | ||
| multiple-includes | ||
| CMakeLists.txt | ||
| datastructures.cpp | ||
| eventloop.cpp | ||
| interpreter.cpp | ||
| models.cpp | ||
| platform_eventloop.cpp | ||
| properties.cpp | ||
| test.slint | ||
| window.cpp | ||