From 716e62cc3e1dc493c3065cd9cd4f183e540b52ef Mon Sep 17 00:00:00 2001 From: Jon Palmisciano Date: Thu, 8 Dec 2022 23:19:37 -0500 Subject: Add ability to merge variables from variables sidebar --- ui/variablelist.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ui/variablelist.h b/ui/variablelist.h index 625bfd64..2f05f853 100644 --- a/ui/variablelist.h +++ b/ui/variablelist.h @@ -211,9 +211,12 @@ class BINARYNINJAUIAPI VariableList : public SidebarWidget, public FilterTarget //! Show the rename dialog for the selected variable. void changeSelectedVariableName(); - //! Show the new type dialog for the seleected variable. + //! Show the new type dialog for the selected variable. void changeSelectedVariableType(); + //! Show the "merge variables" dialog for the selected variable. + void mergeSelectedVariable(); + //! Clear the selected variable's name. void clearSelectedVariableName(); -- cgit v1.3.1