mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibGUI: Add formatter for Widget.
This commit is contained in:
@@ -399,3 +399,7 @@ inline const Widget* Widget::parent_widget() const
|
||||
return nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
template<>
|
||||
struct AK::Formatter<GUI::Widget> : AK::Formatter<Core::Object> {
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user