mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 21:04:07 -07:00
toString() the xmlName
Took 4 minutes
This commit is contained in:
parent
ede712dbf5
commit
3db65129e7
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ void CockatriceXml4Parser::loadFormats(QXmlStreamReader &xml)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (xml.name() == "format") {
|
if (xml.name().toString() == "format") {
|
||||||
auto rulesPtr = parseFormat(xml);
|
auto rulesPtr = parseFormat(xml);
|
||||||
emit addFormat(rulesPtr);
|
emit addFormat(rulesPtr);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue