From 3b0ff1a4cdd0c7eb3ed06eec2e70ee2722b7c4e5 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Sat, 15 Apr 2017 02:56:04 +0300 Subject: Add initial support for unread message count - Add border width on Badge --- include/RoomList.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/RoomList.h') diff --git a/include/RoomList.h b/include/RoomList.h index 42ded171..d6066166 100644 --- a/include/RoomList.h +++ b/include/RoomList.h @@ -52,6 +52,7 @@ signals: public slots: void updateRoomAvatar(const QString &roomid, const QPixmap &img); void highlightSelectedRoom(const RoomInfo &info); + void updateUnreadMessageCount(const QString &roomid, int count); private: Ui::RoomList *ui; -- cgit 1.5.1