From c8851b8a56f1d983c93695f31cac98fa36466086 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Thu, 19 Sep 2024 16:21:07 -0400 Subject: Add tag text input in tag creation dialog --- ui/flowgraphwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/flowgraphwidget.h') diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 3ed2886e..0985bc75 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -360,7 +360,7 @@ class BINARYNINJAUIAPI FlowGraphWidget : void bookmarkAddress(); void unbookmarkAddress(); void tagAddress(); - void tagAddressAccepted(TagTypeRef tt); + void tagAddressAccepted(TagTypeRef tt, const QString& text); void manageAddressTags(); void mergeVariables(); void mergeVariablesAtCurrentLocation(); -- cgit v1.3.1