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:
parent
956f4d9205
commit
dccd70385d
3 changed files with 1 additions and 7 deletions
|
@ -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(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue