mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-03 17:58:49 +00:00
LibGUI: Take ProcessManager's process view and turn it into GTableView.
Make it sufficiently generic that it can be reused for any table data. :^)
This commit is contained in:
parent
b3ae1163ef
commit
dc9f8a9361
Notes:
sideshowbarker
2024-07-19 15:36:16 +09:00
Author: https://github.com/awesomekling
Commit: dc9f8a9361
11 changed files with 173 additions and 88 deletions
|
@ -141,6 +141,8 @@ void ProcessTableModel::update()
|
|||
}
|
||||
for (auto pid : pids_to_remove)
|
||||
m_processes.remove(pid);
|
||||
|
||||
did_update();
|
||||
}
|
||||
|
||||
pid_t ProcessTableModel::selected_pid() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue