mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
Everywhere: Rename serenity_main to ladybird_main
No functional changes.
This commit is contained in:
parent
af671f58ed
commit
ead0a2c78a
Notes:
github-actions[bot]
2025-07-08 13:18:23 +00:00
Author: https://github.com/gmta
Commit: ead0a2c78a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5349
34 changed files with 40 additions and 40 deletions
|
@ -35,7 +35,7 @@ static void open_urls_from_client(Vector<URL::URL> const& urls, WebView::NewWind
|
|||
}
|
||||
}
|
||||
|
||||
ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||
ErrorOr<int> ladybird_main(Main::Arguments arguments)
|
||||
{
|
||||
AK::set_rich_debug_enabled(true);
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ bool is_using_dark_system_theme(QWidget& widget)
|
|||
|
||||
}
|
||||
|
||||
ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||
ErrorOr<int> ladybird_main(Main::Arguments arguments)
|
||||
{
|
||||
AK::set_rich_debug_enabled(true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue