summaryrefslogtreecommitdiff
path: root/examples/triage/files.h
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2021-01-22 20:54:32 -0500
committerGlenn Smith <glenn@vector35.com>2021-04-02 16:16:47 -0400
commit62135f163f19d3362d0c95b5acd63837dab89a39 (patch)
tree4eaf32135412409c1a2ddb7fa30e010f31a87cfa /examples/triage/files.h
parent5080deaf69b1a3b3c3a09b63e82f3310ce02cb5c (diff)
Make status bar buttons full height + adjustable color
Diffstat (limited to 'examples/triage/files.h')
-rw-r--r--examples/triage/files.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/triage/files.h b/examples/triage/files.h
index 9874691c..e371d869 100644
--- a/examples/triage/files.h
+++ b/examples/triage/files.h
@@ -16,7 +16,7 @@ class TriageFilePicker: public QWidget
UIContext* m_context;
UIActionHandler m_actionHandler;
Menu m_contextMenu;
- ContextMenuManager m_contextMenuManager;
+ ContextMenuManager* m_contextMenuManager;
QFileSystemModel* m_model;
QTreeView* m_tree;