mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:47:44 +00:00
LibGUI: Add GVariant class and use it for table model data.
This commit is contained in:
parent
c1f5f2694b
commit
75fabef57b
8 changed files with 152 additions and 6 deletions
|
@ -30,6 +30,7 @@ LIBGUI_OBJS = \
|
|||
GToolBar.o \
|
||||
GTableView.o \
|
||||
GTableModel.o \
|
||||
GVariant.o \
|
||||
GWindow.o
|
||||
|
||||
OBJS = $(SHAREDGRAPHICS_OBJS) $(LIBGUI_OBJS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue