mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:38:12 +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
|
@ -26,9 +26,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <LibGUI/GAbstractColumnView.h>
|
||||
#include <LibGUI/GAbstractTableView.h>
|
||||
|
||||
class GTreeView : public GAbstractColumnView {
|
||||
class GTreeView : public GAbstractTableView {
|
||||
C_OBJECT(GTreeView)
|
||||
public:
|
||||
virtual ~GTreeView() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue