Use a QSortFilterProxyModel instead of resetting the model
This commit is contained in:
parent
1777a1b52f
commit
7e538851d6
7 changed files with 71 additions and 29 deletions
|
|
@ -1092,7 +1092,7 @@ TimelineModel::relatedInfo(QString id)
|
|||
void
|
||||
TimelineModel::showReadReceipts(QString id)
|
||||
{
|
||||
emit openReadReceiptsDialog(new ReadReceiptsModel{id, roomId(), this});
|
||||
emit openReadReceiptsDialog(new ReadReceiptsProxy{id, roomId(), this});
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue