summaryrefslogtreecommitdiff
path: root/ui/flowgraphwidget.h
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2024-09-19 16:21:07 -0400
committerJosh Ferrell <josh@vector35.com>2024-09-19 17:05:17 -0400
commitc8851b8a56f1d983c93695f31cac98fa36466086 (patch)
treea69e5b507207243e67b5fc2f84d811b2269bd051 /ui/flowgraphwidget.h
parent78830c47514d9effd21bf627976f712ba10a4183 (diff)
Add tag text input in tag creation dialog
Diffstat (limited to 'ui/flowgraphwidget.h')
-rw-r--r--ui/flowgraphwidget.h2
1 files changed, 1 insertions, 1 deletions
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();