summaryrefslogtreecommitdiff
path: root/ui/flowgraphwidget.h
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2022-07-20 15:57:00 +0800
committerXusheng <xusheng@vector35.com>2022-08-04 14:59:46 +0800
commitae8d81fd6662ba42e11c068126e890470438e482 (patch)
treeb1cb1b24481de29251b54644d56715322cff77ba /ui/flowgraphwidget.h
parent0469ac871e005ecb359fb171368eee3f517e391c (diff)
Merge the functionality of "Create Structure" with "Create All Members" in linear view
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 46c484c3..f6a38a85 100644
--- a/ui/flowgraphwidget.h
+++ b/ui/flowgraphwidget.h
@@ -327,8 +327,7 @@ class BINARYNINJAUIAPI FlowGraphWidget :
void createFunc(const UIActionContext& context);
void createFuncWithPlatform(PlatformRef platform, bool autoSelect = false);
void changeType();
- void inferStructureType();
- void autoCreateMembers();
+ void inferStructureType(const UIActionContext& context);
void comment();
void addUserXref();
void functionComment();