mirror of
https://github.com/RGBCube/serenity
synced 2025-07-22 22:07:34 +00:00
ProcessManager: Make the toolbar actions work again.
We can't grab at the ProcessTableModel directly anymore since we have a sorting proxy model in the middle now.
This commit is contained in:
parent
2336d43abc
commit
0b32ab12f1
4 changed files with 8 additions and 22 deletions
|
@ -31,8 +31,6 @@ public:
|
|||
virtual GVariant data(const GModelIndex&, Role = Role::Display) const override;
|
||||
virtual void update() override;
|
||||
|
||||
pid_t selected_pid() const;
|
||||
|
||||
private:
|
||||
struct ProcessState {
|
||||
pid_t pid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue