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:
parent
6476f690fe
commit
0f91045008
2 changed files with 89 additions and 0 deletions
|
@ -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 };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue