1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:07:35 +00:00

LibGUI+Browser: Set menu names using the new String class

This commit is contained in:
Karol Kosek 2023-04-16 11:36:57 +02:00 committed by Andreas Kling
parent 956f4d9205
commit dccd70385d
3 changed files with 1 additions and 7 deletions

View file

@ -34,7 +34,6 @@ public:
int menu_id() const { return m_menu_id; }
String const& name() const { return m_name; }
void set_name(DeprecatedString);
void set_name(String);
Gfx::Bitmap const* icon() const { return m_icon.ptr(); }