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:
parent
dc12cbca41
commit
90dcab381a
4 changed files with 27 additions and 124 deletions
|
@ -8,7 +8,6 @@ set(SOURCES
|
|||
ProcessMemoryMapWidget.cpp
|
||||
ProcessModel.cpp
|
||||
ProcessStacksWidget.cpp
|
||||
ProcessTableView.cpp
|
||||
ProcessUnveiledPathsWidget.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue