mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:57:34 +00:00
LibGUI: Add GJsonArrayModel, a simple JSON-data-file-as-GModel helper
This makes it very easy to expose JSON files as GModels. :^)
This commit is contained in:
parent
fc3667c026
commit
6e50631e35
3 changed files with 80 additions and 0 deletions
|
@ -52,6 +52,7 @@ OBJS = \
|
|||
GAbstractButton.o \
|
||||
GListView.o \
|
||||
GComboBox.o \
|
||||
GJsonArrayModel.o \
|
||||
GWindow.o
|
||||
|
||||
LIBRARY = libgui.a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue