From 01add26a857ce6feca14ef1cb2f59e91bc416071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Br=C3=BCbach?= Date: Fri, 5 Sep 2025 02:53:11 +0200 Subject: [PATCH] Small correction. Took 7 minutes --- cockatrice/src/deck/deck_list_model.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cockatrice/src/deck/deck_list_model.h b/cockatrice/src/deck/deck_list_model.h index 3fd60891d..dd9101626 100644 --- a/cockatrice/src/deck/deck_list_model.h +++ b/cockatrice/src/deck/deck_list_model.h @@ -157,9 +157,9 @@ public: }; /** - * @brief Returns the grouping category for a card based on the current criteria. + * @brief Returns the value of the grouping category for a card based on the current criteria. * @param info Pointer to card information. - * @return String representing the group (e.g., color, mana cost). + * @return String representing the value of the current grouping criteria for the card. */ QString getGroupCriteriaForCard(CardInfoPtr info) const;