mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 02:17:34 +00:00
LibGUI: Add formatter for Widget.
This commit is contained in:
parent
1160817a9e
commit
7235ddfd98
1 changed files with 4 additions and 0 deletions
|
@ -399,3 +399,7 @@ inline const Widget* Widget::parent_widget() const
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
template<>
|
||||||
|
struct AK::Formatter<GUI::Widget> : AK::Formatter<Core::Object> {
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue