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

Ladybird: Add subclass of WebSocket::WebSocketImpl using Qt networking

This commit is contained in:
Andreas Kling 2022-11-08 19:17:53 +01:00 committed by Andrew Kaster
parent acd70f44c2
commit 385c12c8b6
4 changed files with 140 additions and 2 deletions

View file

@ -13,6 +13,7 @@ set(WEBCONTENT_SOURCES
../Utilities.cpp
../WebSocketClientManagerLadybird.cpp
../WebSocketLadybird.cpp
../WebSocketImplQt.cpp
main.cpp
)