mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-16 07:22:16 -07:00
Lint.
This commit is contained in:
parent
666a98d247
commit
bd78c5b4f6
2 changed files with 4 additions and 3 deletions
|
|
@ -70,8 +70,8 @@ private:
|
||||||
DeckPreviewDeckTagsDisplayWidget *deckTagsDisplayWidget;
|
DeckPreviewDeckTagsDisplayWidget *deckTagsDisplayWidget;
|
||||||
QLabel *hashLabel1;
|
QLabel *hashLabel1;
|
||||||
LineEditUnfocusable *hashLabel;
|
LineEditUnfocusable *hashLabel;
|
||||||
QLabel* activeGroupCriteriaLabel;
|
QLabel *activeGroupCriteriaLabel;
|
||||||
QComboBox* activeGroupCriteriaComboBox;
|
QComboBox *activeGroupCriteriaComboBox;
|
||||||
|
|
||||||
QAction *aRemoveCard, *aIncrement, *aDecrement, *aSwapCard;
|
QAction *aRemoveCard, *aIncrement, *aDecrement, *aSwapCard;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,8 @@ class CardDatabase;
|
||||||
class QPrinter;
|
class QPrinter;
|
||||||
class QTextCursor;
|
class QTextCursor;
|
||||||
|
|
||||||
enum DeckListModelGroupCriteria{
|
enum DeckListModelGroupCriteria
|
||||||
|
{
|
||||||
MAIN_TYPE,
|
MAIN_TYPE,
|
||||||
MANA_COST,
|
MANA_COST,
|
||||||
COLOR
|
COLOR
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue