mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
LibGUI: Remove parent parameter to GUI::Widget constructor
This commit is contained in:
@@ -130,8 +130,7 @@ public:
|
||||
void set_syntax_highlighter(OwnPtr<SyntaxHighlighter>);
|
||||
|
||||
protected:
|
||||
explicit TextEditor(Widget* parent = nullptr);
|
||||
explicit TextEditor(Type, Widget* parent = nullptr);
|
||||
explicit TextEditor(Type = Type::MultiLine);
|
||||
|
||||
virtual void did_change_font() override;
|
||||
virtual void paint_event(PaintEvent&) override;
|
||||
|
||||
Reference in New Issue
Block a user