diff options
| author | Mason Reed <mason@vector35.com> | 2025-06-18 00:14:48 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-07-02 01:56:54 -0400 |
| commit | ba6d08199b0067adf3222559363a819f4b11c502 (patch) | |
| tree | 7cf917dfbc757d757a9bc4b48c0a5aa6d80b6d3e /ui/projectbrowser.h | |
| parent | 00686dfc68ee40b9b7378febadf3c27eb657dff9 (diff) | |
Add PluginCommand for projects and hide non-contextual commands in linear/graph view
Diffstat (limited to 'ui/projectbrowser.h')
| -rw-r--r-- | ui/projectbrowser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/projectbrowser.h b/ui/projectbrowser.h index da6699e1..f4f9bd4c 100644 --- a/ui/projectbrowser.h +++ b/ui/projectbrowser.h @@ -323,6 +323,7 @@ class BINARYNINJAUIAPI ProjectBrowser: public QWidget, public UIContextNotificat void restoreTreeState(); void initActions(); + UIActionContext actionContext(); std::vector<ProjectFileRef> GetSelectedFilesRecursive(); |
