mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 23:12:14 -07:00
Move new method to DeckListModel so we don't have to include CardDatabaseManager in common.
This commit is contained in:
parent
7bb18c84c7
commit
268d3f2e6b
3 changed files with 3 additions and 67 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue