mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibWebView+UI: Don't declare a magic ctor for Application subclasses
You would have to just know that you need to define the constructor with this declaration. Let's allow subclasses to define constructors as they see fit.
This commit is contained in:
parent
3a4f2faf2e
commit
b425ce93b1
Notes:
github-actions[bot]
2025-06-11 11:27:40 +00:00
Author: https://github.com/trflynn89
Commit: b425ce93b1
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5054
7 changed files with 24 additions and 33 deletions
|
@ -48,10 +48,7 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
Application::Application(Badge<WebView::Application>)
|
||||
{
|
||||
}
|
||||
|
||||
Application::Application() = default;
|
||||
Application::~Application() = default;
|
||||
|
||||
void Application::create_platform_options(WebView::BrowserOptions&, WebView::WebContentOptions& web_content_options)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue