Use built-in sorting so that dynamic updates work
This commit is contained in:
parent
7e538851d6
commit
368e13fac3
2 changed files with 2 additions and 9 deletions
|
|
@ -63,8 +63,6 @@ public:
|
|||
QString eventId() const { return event_id_; }
|
||||
QString roomId() const { return room_id_; }
|
||||
|
||||
bool lessThan(const QModelIndex &source_left, const QModelIndex &source_right) const;
|
||||
|
||||
private:
|
||||
QString event_id_;
|
||||
QString room_id_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue