Improve room settings dialog.

This commit is contained in:
Black
2020-01-22 20:37:27 -08:00
parent 09090f81f4
commit 6af7befd11
3 changed files with 208 additions and 174 deletions

View File

@@ -89,6 +89,12 @@ class RoomListModel : public QAbstractListModel {
const QString& senderName,
const QString& text,
const QImage& icon);
void newHighlight(const QString& roomId,
const QString& eventId,
const QString& roomName,
const QString& senderName,
const QString& text,
const QImage& icon);
};
#endif // ROOMLISTMODEL_H