mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:37:46 +00:00
HackStudio: Start fleshing out the GUI for a GUI designer :^)
I'll be reconstructing parts of the VisualBuilder application here and then we can retire VisualBuilder entirely once all the functionality is available in HackStudio.
This commit is contained in:
parent
bce510bf6f
commit
d016d5e365
9 changed files with 136 additions and 9 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
TEST_CASE(load_form)
|
||||
{
|
||||
FILE* fp = fopen("../../Base/home/anon/test.frm", "r");
|
||||
FILE* fp = fopen("../../Base/home/anon/little/test.frm", "r");
|
||||
ASSERT(fp);
|
||||
|
||||
StringBuilder builder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue