summaryrefslogtreecommitdiff
path: root/ui/flowgraphwidget.h
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2024-09-26 17:50:35 -0400
committerXusheng <xusheng@vector35.com>2024-10-04 16:54:47 +0800
commit4c39a58c328461fe5485b87b93bc60a1490c16da (patch)
tree7e9e3e830936a381fa62b67e46fd3d6895be9b20 /ui/flowgraphwidget.h
parent52c4e5695f9c86cb319f07682c27be9e4e576559 (diff)
Make the undefine action context aware
Diffstat (limited to 'ui/flowgraphwidget.h')
-rw-r--r--ui/flowgraphwidget.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h
index 667d088c..321a8480 100644
--- a/ui/flowgraphwidget.h
+++ b/ui/flowgraphwidget.h
@@ -344,12 +344,11 @@ class BINARYNINJAUIAPI FlowGraphWidget :
void goToAddressAtFileOffset();
void followPointer();
void defineName();
- void undefineName();
+ void undefine();
void setUserVariableValue();
void clearUserVariableValue();
void defineFuncName();
void editFunctionProperties();
- void undefineFunc();
void createFunc(const UIActionContext& context);
void createFuncWithPlatform(PlatformRef platform, bool autoSelect = false);
void changeType();