summaryrefslogtreecommitdiff
path: root/examples/triage/entry.h
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2025-04-30 21:16:54 -0400
committerAlexander Taylor <alex@vector35.com>2025-10-17 21:17:53 -0400
commit715dd78287934c2dcb6de54b0a9be48b2237f9e6 (patch)
tree5c339ec4723db8617b2888096efb5dacaabb66bc /examples/triage/entry.h
parent93438ca338adccada9fbb973f09ffd44275ca334 (diff)
Make Triage Summary tables multi-select + copyable.
Closes #6562.
Diffstat (limited to 'examples/triage/entry.h')
-rw-r--r--examples/triage/entry.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/triage/entry.h b/examples/triage/entry.h
index 3ed82db5..66943d1d 100644
--- a/examples/triage/entry.h
+++ b/examples/triage/entry.h
@@ -43,6 +43,8 @@ class EntryTreeView : public QTreeView, public FilterTarget
public:
EntryTreeView(EntryWidget* parent, TriageView* view, BinaryViewRef data);
+ void copySelection();
+ bool canCopySelection() const;
virtual void setFilter(const std::string& filterText) override;
virtual void scrollToFirstItem() override;