1
Fork 0
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:
Andreas Kling 2019-08-18 20:39:46 +02:00
parent c2213449c0
commit 3792c91059
4 changed files with 45 additions and 0 deletions

View file

@ -125,6 +125,8 @@ public:
Vector<GWidget*> focusable_widgets() const;
virtual void save_to(AK::JsonObject&) override;
protected:
virtual void wm_event(GWMEvent&);