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 7bb18c84c7
commit 268d3f2e6b
3 changed files with 3 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;