implemented much of the project loading logic

Still not functional, but much of the groundwork is done.
This commit is contained in:
itsmattkc
2020-01-13 04:09:06 +11:00
parent bb57884cac
commit 16878e3c25
32 changed files with 552 additions and 63 deletions
+4
View File
@@ -41,6 +41,10 @@ QString NodeOutput::name()
return NodeParam::name();
}
void NodeOutput::Load(QXmlStreamReader *reader)
{
}
void NodeOutput::Save(QXmlStreamWriter *writer) const
{
writer->writeStartElement("output");