mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-25 09:04:53 +00:00
LibGUI: Rename GAbstractColumnView to GAbstractTableView
This is to prevent confusion with GColumnsView, which is unrelated.
This commit is contained in:
committed by
Andreas Kling
parent
dec95cb8b3
commit
b6aae25244
@@ -37,7 +37,7 @@
|
||||
#include <LibGUI/GWindow.h>
|
||||
|
||||
GTableView::GTableView(GWidget* parent)
|
||||
: GAbstractColumnView(parent)
|
||||
: GAbstractTableView(parent)
|
||||
{
|
||||
set_background_role(ColorRole::Base);
|
||||
set_foreground_role(ColorRole::BaseText);
|
||||
|
||||
Reference in New Issue
Block a user