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
commit 3bd6142918
Notes: sideshowbarker 2024-07-19 02:16:49 +09:00
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 };
};