mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
Small correction.
Took 7 minutes
This commit is contained in:
parent
2e628a0b0b
commit
01add26a85
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
* @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;
|
QString getGroupCriteriaForCard(CardInfoPtr info) const;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue