mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
SystemMonitor: Wrap adapters and sockets model into a SortingProxyModel
This commit is contained in:
parent
2c1b244889
commit
e596b1da88
Notes:
sideshowbarker
2024-07-19 02:16:56 +09:00
Author: https://github.com/xTibor
Commit: e596b1da88
Pull-request: https://github.com/SerenityOS/serenity/pull/3577
2 changed files with 7 additions and 2 deletions
|
@ -40,5 +40,7 @@ private:
|
|||
|
||||
RefPtr<GUI::TableView> m_adapter_table_view;
|
||||
RefPtr<GUI::TableView> m_socket_table_view;
|
||||
RefPtr<GUI::JsonArrayModel> m_adapter_model;
|
||||
RefPtr<GUI::JsonArrayModel> m_socket_model;
|
||||
RefPtr<Core::Timer> m_update_timer;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue