From c8bef7267b0ec3b36167b679263bbfd4834a5b88 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Mon, 30 Sep 2024 18:42:03 -0400 Subject: Use title for generation of function analysis actions. --- ui/flowgraphwidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/flowgraphwidget.h') 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); -- cgit v1.3.1