mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 03:28:49 -07:00
Add rarity filter to deck editor
This commit is contained in:
parent
4ffec331dc
commit
829c96673b
8 changed files with 42 additions and 8 deletions
|
|
@ -45,7 +45,8 @@ private:
|
|||
const QStringList & colors,
|
||||
const QStringList & relatedCards,
|
||||
const QStringList & reverseRelatedCards,
|
||||
bool upsideDown
|
||||
bool upsideDown,
|
||||
QString &rarity
|
||||
);
|
||||
signals:
|
||||
void setIndexChanged(int cardsImported, int setIndex, const QString &setName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue