implement "type" for xml node data

This commit is contained in:
itsmattkc
2022-04-25 13:16:27 -07:00
parent fe7444e762
commit fb53931f68
8 changed files with 25 additions and 18 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ bool ProjectLoadTask::Run()
project_->set_filename(GetFilename());
ProjectSerializer::Result result = ProjectSerializer::Load(project_, GetFilename());
ProjectSerializer::Result result = ProjectSerializer::Load(project_, GetFilename(), QStringLiteral("project"));
switch (result.code()) {
case ProjectSerializer::kSuccess: