From b2baef04c46694037128c3f677f9bef623c79b84 Mon Sep 17 00:00:00 2001 From: Jon Palmisciano Date: Fri, 14 May 2021 10:51:40 -0400 Subject: Added editFunctionProperties() methods --- ui/flowgraphwidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/flowgraphwidget.h') 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(); -- cgit v1.3.1