From 649d73a7bddfabfe969019609a62c90475c8fe7f Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Tue, 24 Apr 2018 14:50:47 +0300 Subject: Clear typing notifications when the user list is empty fixes #304 --- include/ChatPage.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/ChatPage.h b/include/ChatPage.h index c09675fb..c456b66f 100644 --- a/include/ChatPage.h +++ b/include/ChatPage.h @@ -136,6 +136,9 @@ private: //! Update the room with the new notification count. void updateRoomNotificationCount(const QString &room_id, uint16_t notification_count); + QStringList generateTypingUsers(const QString &room_id, + const std::vector &typing_users); + QHBoxLayout *topLayout_; Splitter *splitter; -- cgit 1.5.1