mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 21:13:55 -07:00
Update cockatrice/src/interface/widgets/tabs/api/archidekt/api_response/card/archidekt_api_response_card.cpp
Co-authored-by: tooomm <tooomm@users.noreply.github.com>
This commit is contained in:
parent
01f68736be
commit
a699c0b986
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ void ArchidektApiResponseCard::fromJson(const QJsonObject &json)
|
|||
pinnedStatus = json.value("pinnedStatus").toInt();
|
||||
rarity = json.value("rarity").toString();
|
||||
//! \todo Parse globalCategories field (not really important).
|
||||
// globalCategories = {""};
|
||||
}
|
||||
|
||||
void ArchidektApiResponseCard::debugPrint() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue