Move new method to DeckListModel so we don't have to include CardDatabaseManager in common.

This commit is contained in:
Lukas Brübach 2025-03-01 12:55:31 +01:00
parent a282fe2042
commit 12f8f1a533
5 changed files with 73 additions and 67 deletions

View file

@ -366,8 +366,6 @@ public:
}
QStringList getCardList() const;
QMap<QString, QString> getCardListWithProviderId() const;
QList<CardInfoPtr> *getCardsAsCardInfoPtrs() const;
QList<CardInfoPtr> *getCardsAsCardInfoPtrsForZone(QString zoneName) const;
int getSideboardSize() const;