mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 17:28:30 +00:00
IRCClient: Add menus.
This commit is contained in:
@@ -29,7 +29,7 @@ GMenu::~GMenu()
|
||||
unrealize_menu();
|
||||
}
|
||||
|
||||
void GMenu::add_action(RetainPtr<GAction>&& action)
|
||||
void GMenu::add_action(Retained<GAction>&& action)
|
||||
{
|
||||
m_items.append(make<GMenuItem>(move(action)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user