Port from SortFilterProxyModel to KSortFilterProxyModel
This commit is contained in:
committed by
Carl Schwan
parent
5de778ea82
commit
5993c1f683
@@ -37,6 +37,7 @@ class MessageEventModel : public QAbstractListModel {
|
||||
// For debugging
|
||||
EventResolvedTypeRole,
|
||||
};
|
||||
Q_ENUM(EventRoles)
|
||||
|
||||
enum BubbleShapes {
|
||||
NoShape = 0,
|
||||
|
||||
@@ -44,6 +44,7 @@ class RoomListModel : public QAbstractListModel {
|
||||
JoinStateRole,
|
||||
CurrentRoomRole,
|
||||
};
|
||||
Q_ENUM(EventRoles)
|
||||
|
||||
RoomListModel(QObject* parent = nullptr);
|
||||
virtual ~RoomListModel() override;
|
||||
|
||||
Reference in New Issue
Block a user