Show the unread message count on the window title
This commit is contained in:
parent
e02dd2b8c5
commit
e1d48367f8
6 changed files with 41 additions and 1 deletions
|
|
@ -48,8 +48,10 @@ public:
|
|||
|
||||
signals:
|
||||
void close();
|
||||
void changeWindowTitle(const QString &msg);
|
||||
|
||||
private slots:
|
||||
void showUnreadMessageNotification(int count);
|
||||
void updateTopBarAvatar(const QString &roomid, const QPixmap &img);
|
||||
void updateOwnProfileInfo(const QUrl &avatar_url, const QString &display_name);
|
||||
void setOwnAvatar(const QPixmap &img);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue