MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / parseSource

Method parseSource

src/project.cpp:68–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void Project::parseSource(QXmlStreamReader& xml)
69{
70 while(xml.tokenType() != QXmlStreamReader::EndElement) {
71 QXmlStreamReader::TokenType token=xml.readNext();
72 if(token == QXmlStreamReader::Characters) {
73 addSource(xml.text().toString());
74 }
75 }
76}
77
78void Project::writeProject(const QString& filename)
79{

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected