Add initial support for unread message count
- Add border width on Badge
This commit is contained in:
parent
793c2136b7
commit
3b0ff1a4cd
11 changed files with 102 additions and 11 deletions
|
|
@ -44,6 +44,9 @@ public:
|
|||
static QString getUserColor(const QString &userid);
|
||||
static QMap<QString, QString> NICK_COLORS;
|
||||
|
||||
signals:
|
||||
void unreadMessages(QString roomid, int count);
|
||||
|
||||
public slots:
|
||||
void setHistoryView(const RoomInfo &info);
|
||||
void sendTextMessage(const QString &msg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue