implemented much of the project loading logic
Still not functional, but much of the groundwork is done.
This commit is contained in:
@@ -41,6 +41,10 @@ QString NodeOutput::name()
|
||||
return NodeParam::name();
|
||||
}
|
||||
|
||||
void NodeOutput::Load(QXmlStreamReader *reader)
|
||||
{
|
||||
}
|
||||
|
||||
void NodeOutput::Save(QXmlStreamWriter *writer) const
|
||||
{
|
||||
writer->writeStartElement("output");
|
||||
|
||||
Reference in New Issue
Block a user