summary refs log tree commit diff
path: root/include/RoomList.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-04-15 02:56:04 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-04-15 02:56:04 +0300
commit3b0ff1a4cdd0c7eb3ed06eec2e70ee2722b7c4e5 (patch)
tree2e243545972ee7ef4f07152359bbdd782e6ca011 /include/RoomList.h
parentUpdate screen (diff)
downloadnheko-3b0ff1a4cdd0c7eb3ed06eec2e70ee2722b7c4e5.tar.xz
Add initial support for unread message count
- Add border width on Badge
Diffstat (limited to 'include/RoomList.h')
-rw-r--r--include/RoomList.h1
1 files changed, 1 insertions, 0 deletions
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;