mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
Userland: Port remaining calls to Widget::set_tooltip_deprecated()
Replaces `set_tooltip_deprecated(string);` with `set_tooltip(MUST(String::from_deprecated_string(string)));` purely to get rid of the deprecated function in the following commit.
This commit is contained in:
parent
ed3e729d4e
commit
03a54a519a
Notes:
sideshowbarker
2024-07-16 23:23:26 +09:00
Author: https://github.com/krkk
Commit: 03a54a519a
Pull-request: https://github.com/SerenityOS/serenity/pull/21020
Reviewed-by: https://github.com/AtkinsSJ
8 changed files with 13 additions and 13 deletions
|
@ -46,7 +46,7 @@ private:
|
|||
bool selected;
|
||||
};
|
||||
|
||||
DeprecatedString bar_label(StackBar const&) const;
|
||||
String bar_label(StackBar const&) const;
|
||||
void layout_bars();
|
||||
void layout_children(GUI::ModelIndex& parent, int depth, int left, int right, Vector<GUI::ModelIndex>& selected);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue