1
Fork 0
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:
Andreas Kling 2019-08-10 10:29:46 +02:00
parent fc3667c026
commit 6e50631e35
3 changed files with 80 additions and 0 deletions

View file

@ -52,6 +52,7 @@ OBJS = \
GAbstractButton.o \
GListView.o \
GComboBox.o \
GJsonArrayModel.o \
GWindow.o
LIBRARY = libgui.a