Files
neochat/src
Vlad Zahorodnii 161815acff Fix inserting UserListModel items without beginInsertRows()
If an item is added, the corresponding code should be wrapped with
beginInsertRows() and endInsertRows(), otherwise proxy or filter models
can end up with corrupted internal state.

m_members.insert() in refreshMember() should be unnecessary because
if pos is not the same as m_members.size(), then it means there's already
a member.id() item in the member list.
2025-09-15 18:04:29 +00:00
..
2025-09-15 16:06:58 +02:00
2025-09-15 14:24:42 +02:00
2025-09-15 14:15:38 +02:00
2025-09-15 16:05:22 +02:00
2025-09-15 13:51:23 +02:00
2025-09-15 16:03:38 +02:00
2025-09-15 14:29:55 +02:00
2025-09-15 13:30:55 +02:00