mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +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
Notes:
sideshowbarker
2024-07-19 09:52:46 +09:00
Author: https://github.com/bugaevc
Commit: b6aae25244
Pull-request: https://github.com/SerenityOS/serenity/pull/1115
7 changed files with 44 additions and 44 deletions
|
@ -28,10 +28,10 @@
|
|||
|
||||
#include <AK/Function.h>
|
||||
#include <AK/HashMap.h>
|
||||
#include <LibGUI/GAbstractColumnView.h>
|
||||
#include <LibGUI/GAbstractTableView.h>
|
||||
#include <LibGUI/GModel.h>
|
||||
|
||||
class GTableView : public GAbstractColumnView {
|
||||
class GTableView : public GAbstractTableView {
|
||||
C_OBJECT(GTableView)
|
||||
public:
|
||||
virtual ~GTableView() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue