mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 16:32:16 -07:00
Add navigation widget for budget and game changers.
This commit is contained in:
parent
375869f873
commit
2dd255f314
9 changed files with 43 additions and 33 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue