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

SystemMonitor: Wrap file descriptor and unveiled paths model into a SortingProxyModel

This commit is contained in:
Tibor Nagy 2020-09-22 00:40:57 +02:00 committed by Andreas Kling
parent f910cdcdb7
commit 3bd6142918
4 changed files with 11 additions and 4 deletions

View file

@ -39,5 +39,6 @@ private:
ProcessFileDescriptorMapWidget();
RefPtr<GUI::TableView> m_table_view;
RefPtr<GUI::JsonArrayModel> m_model;
pid_t m_pid { -1 };
};