mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
LibGUI: Remove parent parameter to GUI::Widget constructor
This commit is contained in:
@@ -56,7 +56,7 @@ public:
|
||||
Function<void()> on_return_pressed;
|
||||
|
||||
protected:
|
||||
explicit ComboBox(Widget* parent = nullptr);
|
||||
ComboBox();
|
||||
virtual void resize_event(ResizeEvent&) override;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user