summaryrefslogtreecommitdiff
path: root/ui/flowgraphwidget.h
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 /ui/flowgraphwidget.h
parent6e21647cee13a1f4582532209e16672751c90372 (diff)
Added editFunctionProperties() methods
Diffstat (limited to 'ui/flowgraphwidget.h')
-rw-r--r--ui/flowgraphwidget.h1
1 files changed, 1 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();