mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-22 23:55:12 +00:00
LibGUI: Remove parent parameter to GUI::Widget constructor
This commit is contained in:
@@ -29,8 +29,7 @@
|
||||
|
||||
namespace GUI {
|
||||
|
||||
StackWidget::StackWidget(Widget* parent)
|
||||
: Widget(parent)
|
||||
StackWidget::StackWidget()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user