mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
LibGUI: Add formatter for Widget.
This commit is contained in:
parent
1160817a9e
commit
7235ddfd98
Notes:
sideshowbarker
2024-07-18 23:59:17 +09:00
Author: https://github.com/asynts Commit: https://github.com/SerenityOS/serenity/commit/7235ddfd98a Pull-request: https://github.com/SerenityOS/serenity/pull/4870
1 changed files with 4 additions and 0 deletions
|
@ -399,3 +399,7 @@ inline const Widget* Widget::parent_widget() const
|
|||
return nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
template<>
|
||||
struct AK::Formatter<GUI::Widget> : AK::Formatter<Core::Object> {
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue