Include QDebug.

This commit is contained in:
Lukas Brübach 2025-01-22 15:17:10 +01:00
parent 11a3af6036
commit a0222202e5
4 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,6 @@
#include "edhrec_commander_api_response.h"
#include <QDebug>
#include <QJsonArray>
void EdhrecCommanderApiResponse::fromJson(const QJsonObject &json)

View file

@ -1,5 +1,6 @@
#include "edhrec_commander_api_response_card_container.h"
#include <QDebug>
#include <QJsonArray>
#include <QJsonObject>

View file

@ -1,5 +1,7 @@
#include "edhrec_commander_api_response_card_prices.h"
#include <QDebug>
void CardPrices::fromJson(const QJsonObject &json)
{
// Parse prices from various sources

View file

@ -1,5 +1,7 @@
#include "edhrec_commander_api_response_commander_details.h"
#include <QDebug>
void EdhrecCommanderApiResponseCommanderDetails::fromJson(const QJsonObject &json)
{
// Parse card-related data