allowed parameters to have data without fields

This commit is contained in:
itsmattkc
2019-05-17 18:45:44 +10:00
parent 13a393486b
commit c616bc2b61
7 changed files with 25 additions and 3 deletions
+5
View File
@@ -12,6 +12,11 @@ QString Node::name()
return tr("Node");
}
QString Node::id()
{
return "node";
}
void Node::AddParameter(NodeIO *param)
{
param->setParent(this);