nodeview: prelim work towards show all functionality

This commit is contained in:
itsmattkc
2021-07-16 20:30:46 -07:00
parent a341fb1a1a
commit 07c841f76d
2 changed files with 106 additions and 102 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ private slots:
*/
void OpenSelectedNodeInViewer();
void AddNode(Node *node);
//void AddNode(Node *node);
void RemoveNode(Node *node);
void AddEdge(const NodeOutput& output, const NodeInput& input);
void RemoveEdge(const NodeOutput& output, const NodeInput& input);