mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
SystemMonitor: Wrap file descriptor and unveiled paths model into a SortingProxyModel
This commit is contained in:
parent
f910cdcdb7
commit
3bd6142918
Notes:
sideshowbarker
2024-07-19 02:16:49 +09:00
Author: https://github.com/xTibor
Commit: 3bd6142918
Pull-request: https://github.com/SerenityOS/serenity/pull/3577
4 changed files with 11 additions and 4 deletions
|
@ -39,5 +39,6 @@ private:
|
|||
ProcessFileDescriptorMapWidget();
|
||||
|
||||
RefPtr<GUI::TableView> m_table_view;
|
||||
RefPtr<GUI::JsonArrayModel> m_model;
|
||||
pid_t m_pid { -1 };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue