Prepare for desktop notification.

This commit is contained in:
Black Hat
2018-07-18 22:52:48 +08:00
parent 1ddfbddc74
commit a3472e795c
2 changed files with 3 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ class RoomListModel : public QAbstractListModel {
signals:
void connectionChanged();
void highlightCountChanged(QMatrixClient::Room* room);
};
#endif // ROOMLISTMODEL_H