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

LibDraw: Rename ImageLoader => ImageDecoder

ImageLoader was not the right name for this, as there is no loading
happening, only decoding. :^)
This commit is contained in:
Andreas Kling 2019-10-19 19:56:49 +02:00
parent 02e787f8a4
commit f970578cd4
8 changed files with 32 additions and 32 deletions

View file

@ -8,7 +8,7 @@ OBJS = \
GraphicsBitmap.o \
Painter.o \
PNGLoader.o \
ImageLoader.o \
ImageDecoder.o \
Rect.o \
StylePainter.o \
Emoji.o