1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:48:12 +00:00

LibGUI: Rename GTableModel => GModel.

This commit is contained in:
Andreas Kling 2019-03-23 01:42:49 +01:00
parent 9d4b4c2689
commit 994cf10b3e
23 changed files with 105 additions and 105 deletions

View file

@ -4,7 +4,7 @@
#include <AK/Function.h>
#include <unistd.h>
class ProcessTableModel;
class ProcessModel;
class ProcessTableView final : public GTableView {
public: