From 10e547c4947849647463c6f302edbbefc46aac80 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sun, 6 Sep 2020 02:25:19 -0400 Subject: member list gets a basic right click menu --- components/chatwindow.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'components/chatwindow.hpp') diff --git a/components/chatwindow.hpp b/components/chatwindow.hpp index 777ef22..1ddc308 100644 --- a/components/chatwindow.hpp +++ b/components/chatwindow.hpp @@ -21,6 +21,7 @@ public: void DeleteMessage(Snowflake id); void UpdateMessageContent(Snowflake id); void ClearMessages(); + void InsertChatInput(std::string text); protected: void ScrollToBottom(); -- cgit v1.2.3