1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:07:36 +00:00

IRCClient: Add right-click context menu to IRCWindow member list

This commit is contained in:
Brendan Coles 2020-04-07 17:14:28 +00:00 committed by Andreas Kling
parent 6476f690fe
commit 0f91045008
2 changed files with 89 additions and 0 deletions

View file

@ -77,5 +77,6 @@ private:
RefPtr<Web::HtmlView> m_html_view;
RefPtr<GUI::TextEditor> m_text_editor;
RefPtr<IRCLogBuffer> m_log_buffer;
RefPtr<GUI::Menu> m_context_menu;
int m_unread_count { 0 };
};