allowed parameters to have data without fields
This commit is contained in:
@@ -12,6 +12,11 @@ QString Node::name()
|
||||
return tr("Node");
|
||||
}
|
||||
|
||||
QString Node::id()
|
||||
{
|
||||
return "node";
|
||||
}
|
||||
|
||||
void Node::AddParameter(NodeIO *param)
|
||||
{
|
||||
param->setParent(this);
|
||||
|
||||
Reference in New Issue
Block a user