diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-08-06 18:53:31 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-08-06 18:53:31 +0300 |
commit | 146aaa87465765cd9d3153d95b0791c587902d62 (patch) | |
tree | 6850d0b1bb9de9c95f3b99d7b1a4e3f622f4e6f8 /include/RoomList.h | |
parent | Avoid header conflict (second attempt) (diff) | |
download | nheko-146aaa87465765cd9d3153d95b0791c587902d62.tar.xz |
Display the most recent message instead of the topic
closes #11
Diffstat (limited to 'include/RoomList.h')
-rw-r--r-- | include/RoomList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/RoomList.h b/include/RoomList.h index 417ed363..f548400d 100644 --- a/include/RoomList.h +++ b/include/RoomList.h @@ -49,6 +49,7 @@ public slots: void updateRoomAvatar(const QString &roomid, const QPixmap &img); void highlightSelectedRoom(const QString &room_id); void updateUnreadMessageCount(const QString &roomid, int count); + void updateRoomDescription(const QString &roomid, const DescInfo &info); private: void calculateUnreadMessageCount(); |