1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:17:44 +00:00

VisualBuilder: Add a simple mechanism to write a form out to disk.

This commit is contained in:
Andreas Kling 2019-05-08 04:39:42 +02:00
parent 7ce3b10568
commit 5d707745b6
5 changed files with 31 additions and 10 deletions

View file

@ -59,8 +59,6 @@ public:
Rect transform_origin_rect() const { return m_transform_origin_rect; }
void capture_transform_origin_rect();
void dump();
private:
VBWidget(VBWidgetType, VBForm&);