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

Ladybird/WebView: Move our PageClient to its own file

And rename it to PageClientLadybird while we're at it, it's not
"headless" by any means.
This commit is contained in:
Andreas Kling 2022-09-19 11:06:23 +02:00 committed by Andrew Kaster
parent 97964bc710
commit 4cc82ac638
7 changed files with 414 additions and 290 deletions

View file

@ -54,6 +54,7 @@ set(SOURCES
EventLoopPluginQt.cpp
FontPluginQt.cpp
ImageCodecPluginLadybird.cpp
PageClientLadybird.cpp
RequestManagerQt.cpp
main.cpp
WebView.cpp
@ -62,6 +63,7 @@ set(SOURCES
SettingsDialog.cpp
Tab.cpp
TimerQt.cpp
Utilities.cpp
)
qt_add_executable(ladybird ${SOURCES}