This commit is contained in:
Lukas Brübach 2025-05-10 00:19:38 +02:00
parent 666a98d247
commit bd78c5b4f6
2 changed files with 4 additions and 3 deletions

View file

@ -70,8 +70,8 @@ private:
DeckPreviewDeckTagsDisplayWidget *deckTagsDisplayWidget;
QLabel *hashLabel1;
LineEditUnfocusable *hashLabel;
QLabel* activeGroupCriteriaLabel;
QComboBox* activeGroupCriteriaComboBox;
QLabel *activeGroupCriteriaLabel;
QComboBox *activeGroupCriteriaComboBox;
QAction *aRemoveCard, *aIncrement, *aDecrement, *aSwapCard;

View file

@ -12,7 +12,8 @@ class CardDatabase;
class QPrinter;
class QTextCursor;
enum DeckListModelGroupCriteria{
enum DeckListModelGroupCriteria
{
MAIN_TYPE,
MANA_COST,
COLOR