mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-10 05:36:23 +00:00
- unify the signature of the method to `move(from, to, count)` so that both ListModel and NIM have it the same - realize the move operation using the proper `begin/endMoveRows` instead of doing a full model reset - simplify signaling `dataChanged()` for all model roles (nimqml now follows the C++ impl) Fixes #13329