mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 17:44:01 -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;
|
||||
}
|
||||
|
||||
if (xml.name() == "format") {
|
||||
if (xml.name().toString() == "format") {
|
||||
auto rulesPtr = parseFormat(xml);
|
||||
emit addFormat(rulesPtr);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue