mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 10:37:45 +00:00
Userland: Construct Menus with name using the non-deprecated String
This commit is contained in:
parent
c4c1df7621
commit
956f4d9205
9 changed files with 15 additions and 21 deletions
|
@ -70,7 +70,6 @@ private:
|
|||
friend class Menubar;
|
||||
|
||||
explicit Menu(String name = {});
|
||||
explicit Menu(DeprecatedString name);
|
||||
|
||||
int realize_menu(RefPtr<Action> default_action = nullptr);
|
||||
void unrealize_menu();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue