mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:17:35 +00:00
Applications+LibGUI: Convert all GML consumers to use the LibCore finder
Remove Widget::find_child_by_name and Widget::find_descendant_by_name, and convert all users to using the type-safer version in Core::Object.
This commit is contained in:
parent
5b03a0867f
commit
347bf6459d
11 changed files with 58 additions and 88 deletions
|
@ -305,9 +305,6 @@ public:
|
|||
|
||||
bool load_from_gml(const StringView&);
|
||||
|
||||
Widget* find_child_by_name(const String&);
|
||||
Widget* find_descendant_by_name(const String&);
|
||||
|
||||
protected:
|
||||
Widget();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue