Add unread message indicator for room . #6

This commit is contained in:
Black Hat
2018-08-06 23:51:22 +08:00
parent c5a55654a0
commit 9c7defba16
3 changed files with 13 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ class RoomListModel : public QAbstractListModel {
TopicRole,
CategoryRole,
HighlightRole,
UnreadCountRole,
};
RoomListModel(QObject* parent = 0);