From 73b649e79d5cd219cb56866abf2ee5e6a64d976a Mon Sep 17 00:00:00 2001 From: Chinmay Date: Mon, 17 Aug 2020 22:53:09 -0700 Subject: UI changes for user-informed dataflow --- ui/flowgraphwidget.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/flowgraphwidget.h') diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 2a3a8b78..a6e02076 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -284,6 +284,8 @@ private Q_SLOTS: void followPointer(); void defineName(); void undefineName(); + void setUserVariableValue(); + void clearUserVariableValue(); void defineFuncName(); void undefineFunc(); void createFunc(); -- cgit v1.3.1