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

Ladybird/WebView: Move WebSocket stuff to its own files

This commit is contained in:
Andreas Kling 2022-09-19 11:16:42 +02:00 committed by Andrew Kaster
parent 4cc82ac638
commit e73c2c7029
6 changed files with 188 additions and 117 deletions

View file

@ -64,6 +64,8 @@ set(SOURCES
Tab.cpp
TimerQt.cpp
Utilities.cpp
WebSocketClientManagerLadybird.cpp
WebSocketLadybird.cpp
)
qt_add_executable(ladybird ${SOURCES}