From bd78c5b4f625599c36712a54980e9ad5ce31b08d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Br=C3=BCbach?= Date: Sat, 10 May 2025 00:19:38 +0200 Subject: [PATCH] Lint. --- .../ui/widgets/deck_editor/deck_editor_deck_dock_widget.h | 4 ++-- cockatrice/src/deck/deck_list_model.h | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cockatrice/src/client/ui/widgets/deck_editor/deck_editor_deck_dock_widget.h b/cockatrice/src/client/ui/widgets/deck_editor/deck_editor_deck_dock_widget.h index ed4c73389..27364a662 100644 --- a/cockatrice/src/client/ui/widgets/deck_editor/deck_editor_deck_dock_widget.h +++ b/cockatrice/src/client/ui/widgets/deck_editor/deck_editor_deck_dock_widget.h @@ -70,8 +70,8 @@ private: DeckPreviewDeckTagsDisplayWidget *deckTagsDisplayWidget; QLabel *hashLabel1; LineEditUnfocusable *hashLabel; - QLabel* activeGroupCriteriaLabel; - QComboBox* activeGroupCriteriaComboBox; + QLabel *activeGroupCriteriaLabel; + QComboBox *activeGroupCriteriaComboBox; QAction *aRemoveCard, *aIncrement, *aDecrement, *aSwapCard; diff --git a/cockatrice/src/deck/deck_list_model.h b/cockatrice/src/deck/deck_list_model.h index d31de29e8..81ae06508 100644 --- a/cockatrice/src/deck/deck_list_model.h +++ b/cockatrice/src/deck/deck_list_model.h @@ -12,7 +12,8 @@ class CardDatabase; class QPrinter; class QTextCursor; -enum DeckListModelGroupCriteria{ +enum DeckListModelGroupCriteria +{ MAIN_TYPE, MANA_COST, COLOR