1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 18:07:35 +00:00

SystemMonitor: Replace custom ProcessTableView with just GUI::TableView

This class was added in the very early days of LibGUI, when I wasn't
quite sure if subclassing table views made sense or not.
This commit is contained in:
Andreas Kling 2020-08-04 21:02:19 +02:00
parent dc12cbca41
commit 90dcab381a
4 changed files with 27 additions and 124 deletions

View file

@ -8,7 +8,6 @@ set(SOURCES
ProcessMemoryMapWidget.cpp
ProcessModel.cpp
ProcessStacksWidget.cpp
ProcessTableView.cpp
ProcessUnveiledPathsWidget.cpp
)