mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 21:26:22 +00:00
LibGUI: Rename GTableModel => GModel.
This commit is contained in:
parent
9d4b4c2689
commit
994cf10b3e
Notes:
sideshowbarker
2024-07-19 14:58:14 +09:00
Author: https://github.com/awesomekling
Commit: 994cf10b3e
23 changed files with 105 additions and 105 deletions
|
@ -1,12 +1,12 @@
|
|||
#pragma once
|
||||
|
||||
#include <LibGUI/GTableModel.h>
|
||||
#include <LibGUI/GModel.h>
|
||||
#include <AK/Function.h>
|
||||
|
||||
class IRCClient;
|
||||
class IRCWindow;
|
||||
|
||||
class IRCWindowListModel final : public GTableModel {
|
||||
class IRCWindowListModel final : public GModel {
|
||||
public:
|
||||
enum Column {
|
||||
Name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue