mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-01 06:07:59 +00:00
LibGUI: Remove parent parameter to GUI::Widget constructor
This commit is contained in:
@@ -36,7 +36,7 @@ public:
|
||||
virtual ~TableView() override;
|
||||
|
||||
protected:
|
||||
explicit TableView(Widget* parent = nullptr);
|
||||
TableView();
|
||||
|
||||
virtual void paint_event(PaintEvent&) override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user