diff options
| author | Jon Palmisciano <jp@jonpalmisc.com> | 2022-12-08 23:19:37 -0500 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2024-01-15 08:58:10 -0500 |
| commit | 716e62cc3e1dc493c3065cd9cd4f183e540b52ef (patch) | |
| tree | 5a538deddc140c2ea98d8b384a7b4a38c21de031 /ui/variablelist.h | |
| parent | ecfc518d025359e7d2cf7e5da30f856916bf48b4 (diff) | |
Add ability to merge variables from variables sidebar
Diffstat (limited to 'ui/variablelist.h')
| -rw-r--r-- | ui/variablelist.h | 5 |
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(); |
