diff options
| author | Alexander Taylor <alex@vector35.com> | 2023-06-23 14:15:13 -0400 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2023-07-17 18:47:43 -0400 |
| commit | 70679193979905226b52dbc81ab5f75e90717e96 (patch) | |
| tree | 1666d5340eceded8909c1745834134eb3938c332 | |
| parent | f9a68f76f871449924b4fe32e6ade3d02a98249c (diff) | |
Add copy function for tag list.
| -rw-r--r-- | ui/taglist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/taglist.h b/ui/taglist.h index 985642bc..71f5a00d 100644 --- a/ui/taglist.h +++ b/ui/taglist.h @@ -180,6 +180,7 @@ class BINARYNINJAUIAPI TagList : public QTreeView, public BinaryNinja::BinaryDat void notifyFontChanged(); void removeSelection(); + void copySelection(); void clearFilter(); void setFilter(FilterFn filter); |
