mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:38:11 +00:00
LibGUI: Implement save_to(JsonObject&) for GWindow and GWidget
This commit is contained in:
parent
c2213449c0
commit
3792c91059
4 changed files with 45 additions and 0 deletions
|
@ -125,6 +125,8 @@ public:
|
|||
|
||||
Vector<GWidget*> focusable_widgets() const;
|
||||
|
||||
virtual void save_to(AK::JsonObject&) override;
|
||||
|
||||
protected:
|
||||
virtual void wm_event(GWMEvent&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue