mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 16:24:45 -07:00
Add code support for planeswalker loyalty.
Added to CardInfo object and to the oracle importer. Next step is the card info widget.
This commit is contained in:
parent
e3c1ad2da6
commit
a7f3ce4050
4 changed files with 55 additions and 6 deletions
|
|
@ -35,7 +35,7 @@ private:
|
|||
|
||||
void downloadNextFile();
|
||||
bool readSetsFromXml(QXmlStreamReader &xml);
|
||||
CardInfo *addCard(const QString &setName, QString cardName, int cardId, const QString &cardCost, const QString &cardType, const QString &cardPT, const QStringList &cardText);
|
||||
CardInfo *addCard(const QString &setName, QString cardName, int cardId, const QString &cardCost, const QString &cardType, const QString &cardPT, int cardLoyalty, const QStringList &cardText);
|
||||
private slots:
|
||||
void httpRequestFinished(int requestId, bool error);
|
||||
void readResponseHeader(const QHttpResponseHeader &responseHeader);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue