summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-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();