mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-31 05:10:23 -07:00
Support flavorName in PrintingInfo and cache the altNames in CardInfo (#6335)
* Support flavorName property and cache altNames * update oracleimporter * update cards.xsd
This commit is contained in:
parent
ab5d6db8a2
commit
c46f6d1178
7 changed files with 72 additions and 9 deletions
|
|
@ -12,4 +12,9 @@ PrintingInfo::PrintingInfo(const CardSetPtr &_set) : set(_set)
|
|||
QString PrintingInfo::getUuid() const
|
||||
{
|
||||
return properties.value("uuid").toString();
|
||||
}
|
||||
|
||||
QString PrintingInfo::getFlavorName() const
|
||||
{
|
||||
return properties.value("flavorName").toString();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue