mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:27:35 +00:00
Ladybird: Rename classes ending with Ladybird
Now that all the classes for Ladybird are in the Ladybird namespace, we don't need them named as Ladybird::FooBarLadybird. For the Qt-specific classes, we can tack on a Qt at the end for clarity, but FontPlugin and ImageCodecPlugin no longer have anything to do with Qt.
This commit is contained in:
parent
506b03740c
commit
88ccaae11e
13 changed files with 76 additions and 76 deletions
|
@ -6,16 +6,16 @@ set(WEBCONTENT_SOURCES
|
|||
${WEBCONTENT_SOURCE_DIR}/PageHost.cpp
|
||||
${WEBCONTENT_SOURCE_DIR}/WebContentConsoleClient.cpp
|
||||
${WEBCONTENT_SOURCE_DIR}/WebDriverConnection.cpp
|
||||
../AudioCodecPluginLadybird.cpp
|
||||
../AudioCodecPluginQt.cpp
|
||||
../AudioThread.cpp
|
||||
../EventLoopImplementationQt.cpp
|
||||
../FontPluginLadybird.cpp
|
||||
../FontPlugin.cpp
|
||||
../HelperProcess.cpp
|
||||
../ImageCodecPluginLadybird.cpp
|
||||
../ImageCodecPlugin.cpp
|
||||
../RequestManagerQt.cpp
|
||||
../Utilities.cpp
|
||||
../WebSocketClientManagerLadybird.cpp
|
||||
../WebSocketLadybird.cpp
|
||||
../WebSocketClientManagerQt.cpp
|
||||
../WebSocketQt.cpp
|
||||
../WebSocketImplQt.cpp
|
||||
main.cpp
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue