summaryrefslogtreecommitdiff
path: root/Applications/SystemMonitor/ProcessUnveiledPathsWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'Applications/SystemMonitor/ProcessUnveiledPathsWidget.h')
-rw-r--r--Applications/SystemMonitor/ProcessUnveiledPathsWidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Applications/SystemMonitor/ProcessUnveiledPathsWidget.h b/Applications/SystemMonitor/ProcessUnveiledPathsWidget.h
index 99eb84055a..d930c90bf7 100644
--- a/Applications/SystemMonitor/ProcessUnveiledPathsWidget.h
+++ b/Applications/SystemMonitor/ProcessUnveiledPathsWidget.h
@@ -39,5 +39,6 @@ private:
ProcessUnveiledPathsWidget();
RefPtr<GUI::TableView> m_table_view;
+ RefPtr<GUI::JsonArrayModel> m_model;
pid_t m_pid { -1 };
};