mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-13 22:12:15 -07:00
Static helpers.
Took 2 minutes Took 29 seconds
This commit is contained in:
parent
64bb5355ff
commit
caeab4718c
3 changed files with 3 additions and 3 deletions
|
|
@ -164,7 +164,7 @@ bool DeckList::readElement(QXmlStreamReader *xml)
|
|||
return true;
|
||||
}
|
||||
|
||||
void writeMetadata(QXmlStreamWriter *xml, const DeckList::Metadata &metadata)
|
||||
static void writeMetadata(QXmlStreamWriter *xml, const DeckList::Metadata &metadata)
|
||||
{
|
||||
xml->writeTextElement("lastLoadedTimestamp", metadata.lastLoadedTimestamp);
|
||||
xml->writeTextElement("deckname", metadata.name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue