mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 10:24:59 +00:00
LibGUI: Rename GAbstractColumnView to GAbstractTableView
This is to prevent confusion with GColumnsView, which is unrelated.
This commit is contained in:
parent
dec95cb8b3
commit
b6aae25244
7 changed files with 44 additions and 44 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue