1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:37:45 +00:00

Ladybird: Implement the Web::Platform::ImageCodecPlugin interface

...and move it to separate files while we're at it.
This commit is contained in:
Andreas Kling 2022-09-16 15:15:14 +02:00 committed by Andrew Kaster
parent 4334929323
commit ef757f33da
4 changed files with 105 additions and 77 deletions

View file

@ -51,6 +51,7 @@ set(SOURCES
CookieJar.cpp
EventLoopPluginQt.cpp
FontPluginQt.cpp
ImageCodecPluginLadybird.cpp
RequestManagerQt.cpp
main.cpp
WebView.cpp