Skip to content

RoomListHeadingsProxyModel: handle layoutChanged ourselves

David Faure requested to merge work/dfaure/layoutChanged into master

This fixes an assert in QIdentityProxyModel when a persistent model index points to a heading row. So much code just to basically remove an ASSERT :-)

Merge request reports