mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:47:45 +00:00
LibCore: Move GIODevice hierarchy from LibGUI to LibCore.
This commit is contained in:
parent
fc1d3074de
commit
cfd6e6cc36
19 changed files with 112 additions and 112 deletions
|
@ -10,8 +10,6 @@ SHAREDGRAPHICS_OBJS = \
|
|||
|
||||
LIBGUI_OBJS = \
|
||||
GPainter.o \
|
||||
GIODevice.o \
|
||||
GFile.o \
|
||||
GButton.o \
|
||||
GCheckBox.o \
|
||||
GEventLoop.o \
|
||||
|
@ -39,8 +37,6 @@ LIBGUI_OBJS = \
|
|||
GSortingProxyModel.o \
|
||||
GStackWidget.o \
|
||||
GScrollableWidget.o \
|
||||
GSocket.o \
|
||||
GTCPSocket.o \
|
||||
GMessageBox.o \
|
||||
GInputBox.o \
|
||||
GDialog.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue