1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 10:47:34 +00:00

GHttp: Rename GHttpNetworkJob => GHttpJob. And tidy up a little bit.

This commit is contained in:
Andreas Kling 2019-04-08 02:24:34 +02:00
parent 37ae00a4dd
commit 7fcca0ce4b
4 changed files with 15 additions and 16 deletions

View file

@ -62,7 +62,7 @@ LIBGUI_OBJS = \
GNetworkResponse.o \
GHttpRequest.o \
GHttpResponse.o \
GHttpNetworkJob.o \
GHttpJob.o \
GWindow.o
OBJS = $(SHAREDGRAPHICS_OBJS) $(LIBGUI_OBJS)