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:
parent
97964bc710
commit
4cc82ac638
7 changed files with 414 additions and 290 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue