mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibGUI: Remove parent parameter to GUI::Widget constructor
This commit is contained in:
@@ -29,8 +29,7 @@
|
||||
#include <LibGUI/SortingProxyModel.h>
|
||||
#include <stdio.h>
|
||||
|
||||
ProcessTableView::ProcessTableView(GUI::Widget* parent)
|
||||
: TableView(parent)
|
||||
ProcessTableView::ProcessTableView()
|
||||
{
|
||||
set_size_columns_to_fit_content(true);
|
||||
set_model(GUI::SortingProxyModel::create(ProcessModel::create()));
|
||||
|
||||
Reference in New Issue
Block a user