summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Palmisciano <jp@jonpalmisc.com>2021-05-14 10:51:40 -0400
committerJon Palmisciano <jp@jonpalmisc.com>2021-05-20 13:42:58 -0400
commitb2baef04c46694037128c3f677f9bef623c79b84 (patch)
treea734d6d8809f016afe950cd737a421714ca0c596
parent6e21647cee13a1f4582532209e16672751c90372 (diff)
Added editFunctionProperties() methods
-rw-r--r--ui/flowgraphwidget.h1
-rw-r--r--ui/linearview.h1
-rw-r--r--ui/tokenizedtextview.h1
3 files changed, 3 insertions, 0 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h
index 678f4b51..61b1353b 100644
--- a/ui/flowgraphwidget.h
+++ b/ui/flowgraphwidget.h
@@ -319,6 +319,7 @@ private Q_SLOTS:
void setUserVariableValue();
void clearUserVariableValue();
void defineFuncName();
+ void editFunctionProperties();
void undefineFunc();
void createFunc();
void changeType();
diff --git a/ui/linearview.h b/ui/linearview.h
index f875a853..99fae229 100644
--- a/ui/linearview.h
+++ b/ui/linearview.h
@@ -234,6 +234,7 @@ private Q_SLOTS:
void createFunc();
void createFuncWithPlatform(PlatformRef platform, bool autoSelect = false);
void defineFuncName();
+ void editFunctionProperties();
void undefineFunc();
void reanalyze();
void comment();
diff --git a/ui/tokenizedtextview.h b/ui/tokenizedtextview.h
index 99726c08..e1ead04f 100644
--- a/ui/tokenizedtextview.h
+++ b/ui/tokenizedtextview.h
@@ -73,6 +73,7 @@ class BINARYNINJAUIAPI TokenizedTextView: public QAbstractScrollArea, public Vie
void undefineName();
void createFunc();
void defineFuncName();
+ void editFunctionProperties();
void undefineFunc();
void reanalyze();
void comment();