summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-24 14:50:47 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-24 14:50:47 +0300
commit649d73a7bddfabfe969019609a62c90475c8fe7f (patch)
treebf396a2afa247f592a5461cbf8c649a9e0327800 /include
parentRemove map from room_id to QPixmap from ChatPage (diff)
downloadnheko-649d73a7bddfabfe969019609a62c90475c8fe7f.tar.xz
Clear typing notifications when the user list is empty
fixes #304
Diffstat (limited to 'include')
-rw-r--r--include/ChatPage.h3
1 files changed, 3 insertions, 0 deletions
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<std::string> &typing_users); + QHBoxLayout *topLayout_; Splitter *splitter;