From 0b32ab12f1329caebf3ae2e29178fa9fd683510a Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 10 Mar 2019 02:02:37 +0100 Subject: 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. --- Applications/ProcessManager/ProcessTableView.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Applications/ProcessManager/ProcessTableView.h') diff --git a/Applications/ProcessManager/ProcessTableView.h b/Applications/ProcessManager/ProcessTableView.h index 8c5f37b552..3294ea5d41 100644 --- a/Applications/ProcessManager/ProcessTableView.h +++ b/Applications/ProcessManager/ProcessTableView.h @@ -20,10 +20,5 @@ protected: private: virtual void timer_event(GTimerEvent&) override; - - ProcessTableModel& model() { return *m_model; } - const ProcessTableModel& model() const { return *m_model; } - - ProcessTableModel* m_model { nullptr }; }; -- cgit v1.2.3