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
commit 0f91045008
Notes: sideshowbarker 2024-07-19 07:49:38 +09:00
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 };
};