mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
LibGUI: Remove parent parameter to GUI::Widget constructor
This commit is contained in:
@@ -38,8 +38,7 @@
|
||||
|
||||
namespace GUI {
|
||||
|
||||
TableView::TableView(Widget* parent)
|
||||
: AbstractTableView(parent)
|
||||
TableView::TableView()
|
||||
{
|
||||
set_background_role(ColorRole::Base);
|
||||
set_foreground_role(ColorRole::BaseText);
|
||||
|
||||
Reference in New Issue
Block a user