mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:17:44 +00:00
Ladybird: Rename FontPluginQt -> Ladybird as it is unrelated to Qt now
The Qt relationship was removed in de31a8a4
, so let's acknowledge that
and make it clearer to potential non-Qt ports that this file is usable
by them :^).
This commit is contained in:
parent
6ba38494c5
commit
b6d60980bb
5 changed files with 15 additions and 15 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include "../AudioCodecPluginLadybird.h"
|
||||
#include "../EventLoopImplementationQt.h"
|
||||
#include "../FontPluginQt.h"
|
||||
#include "../FontPluginLadybird.h"
|
||||
#include "../ImageCodecPluginLadybird.h"
|
||||
#include "../RequestManagerQt.h"
|
||||
#include "../Utilities.h"
|
||||
|
@ -74,7 +74,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
|
||||
VERIFY(webcontent_fd_passing_socket >= 0);
|
||||
|
||||
Web::Platform::FontPlugin::install(*new Ladybird::FontPluginQt(is_layout_test_mode));
|
||||
Web::Platform::FontPlugin::install(*new Ladybird::FontPluginLadybird(is_layout_test_mode));
|
||||
|
||||
Web::FrameLoader::set_error_page_url(DeprecatedString::formatted("file://{}/res/html/error.html", s_serenity_resource_root));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue