mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:07:47 +00:00
Userland: Use nondeprecated set_tooltip for static and formatted strings
This commit is contained in:
parent
46a97844c7
commit
ed3e729d4e
18 changed files with 45 additions and 45 deletions
|
@ -144,7 +144,7 @@ auto EmojiInputDialog::supported_emoji() -> Vector<Emoji>
|
|||
};
|
||||
|
||||
if (!emoji->name.is_empty())
|
||||
button->set_tooltip_deprecated(emoji->name);
|
||||
button->set_tooltip(MUST(String::from_utf8(emoji->name)));
|
||||
|
||||
emojis.empend(move(button), emoji.release_value(), move(text));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue