Add navigation widget for budget and game changers.

This commit is contained in:
Lukas Brübach 2025-04-18 00:45:00 +02:00
parent 375869f873
commit 2dd255f314
9 changed files with 43 additions and 33 deletions

View file

@ -29,6 +29,7 @@ public:
public slots:
void processApiJson(QNetworkReply *reply);
void processCommanderResponse(QJsonObject reply, QString responseUrl = "");
void processTopCardsResponse(QJsonObject reply);
void processTopTagsResponse(QJsonObject reply);
void processTopCommandersResponse(QJsonObject reply);
@ -55,7 +56,6 @@ private:
CardInfoPtr cardToQuery;
EdhrecCommanderApiResponseDisplayWidget *displayWidget;
void processCommanderResponse(QJsonObject reply);
};
#endif // TAB_EDHREC_MAIN_H