mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 13:56:10 +00:00
95f6350e8f
When calling `QAIM.dataChanged(index, index, [roles])`, passing nothing (ie omitting the paramater altogether), an empty array `[]`, or an empty sequence `@[]` means "all roles", just like the C++ counterpart in https://doc.qt.io/qt-5/qabstractitemmodel.html#dataChanged Fixes #11830