summaryrefslogtreecommitdiff
path: root/ui/variablelist.h
diff options
context:
space:
mode:
authorJon Palmisciano <jp@jonpalmisc.com>2022-12-08 23:19:37 -0500
committerPeter LaFosse <peter@vector35.com>2024-01-15 08:58:10 -0500
commit716e62cc3e1dc493c3065cd9cd4f183e540b52ef (patch)
tree5a538deddc140c2ea98d8b384a7b4a38c21de031 /ui/variablelist.h
parentecfc518d025359e7d2cf7e5da30f856916bf48b4 (diff)
Add ability to merge variables from variables sidebar
Diffstat (limited to 'ui/variablelist.h')
-rw-r--r--ui/variablelist.h5
1 files changed, 4 insertions, 1 deletions
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();