diff options
| author | Brian Potchik <brian@vector35.com> | 2024-09-30 18:42:03 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2024-09-30 18:42:03 -0400 |
| commit | c8bef7267b0ec3b36167b679263bbfd4834a5b88 (patch) | |
| tree | 0e65592597f8b76a5f9fa5b74e1ed3709554058f /ui/flowgraphwidget.h | |
| parent | 2e272f7efffb61eec2f54a740a9deabc4829c97d (diff) | |
Use title for generation of function analysis actions.
Diffstat (limited to 'ui/flowgraphwidget.h')
| -rw-r--r-- | ui/flowgraphwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index ae9a6062..7c6ad26c 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -180,6 +180,7 @@ class BINARYNINJAUIAPI FlowGraphWidget : virtual void contextMenuEvent(QContextMenuEvent*) override; void bindActions(); + void bindDynamicActions(); void navigateToAddress(uint64_t addr); void navigateToGotoLabel(uint64_t label); |
