mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 00:42:14 -07:00
Include QDebug.
This commit is contained in:
parent
11a3af6036
commit
a0222202e5
4 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
#include "edhrec_commander_api_response.h"
|
#include "edhrec_commander_api_response.h"
|
||||||
|
|
||||||
|
#include <QDebug>
|
||||||
#include <QJsonArray>
|
#include <QJsonArray>
|
||||||
|
|
||||||
void EdhrecCommanderApiResponse::fromJson(const QJsonObject &json)
|
void EdhrecCommanderApiResponse::fromJson(const QJsonObject &json)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
#include "edhrec_commander_api_response_card_container.h"
|
#include "edhrec_commander_api_response_card_container.h"
|
||||||
|
|
||||||
|
#include <QDebug>
|
||||||
#include <QJsonArray>
|
#include <QJsonArray>
|
||||||
#include <QJsonObject>
|
#include <QJsonObject>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
#include "edhrec_commander_api_response_card_prices.h"
|
#include "edhrec_commander_api_response_card_prices.h"
|
||||||
|
|
||||||
|
#include <QDebug>
|
||||||
|
|
||||||
void CardPrices::fromJson(const QJsonObject &json)
|
void CardPrices::fromJson(const QJsonObject &json)
|
||||||
{
|
{
|
||||||
// Parse prices from various sources
|
// Parse prices from various sources
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
#include "edhrec_commander_api_response_commander_details.h"
|
#include "edhrec_commander_api_response_commander_details.h"
|
||||||
|
|
||||||
|
#include <QDebug>
|
||||||
|
|
||||||
void EdhrecCommanderApiResponseCommanderDetails::fromJson(const QJsonObject &json)
|
void EdhrecCommanderApiResponseCommanderDetails::fromJson(const QJsonObject &json)
|
||||||
{
|
{
|
||||||
// Parse card-related data
|
// Parse card-related data
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue