mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-19 05:13:54 -07:00
Rename SubtypeCounter to SubtypeTally
This commit is contained in:
parent
c947808547
commit
ca6cb8fb91
5 changed files with 16 additions and 16 deletions
|
|
@ -24,8 +24,8 @@ private:
|
|||
QLabel *subtypeCountLabel; ///< Label displaying subtype breakdown for selected cards
|
||||
QPointF selectionOrigin;
|
||||
|
||||
/** @brief Builds formatted text showing subtype counts for all selected cards */
|
||||
QString buildSubtypeCountText() const;
|
||||
/** @brief Builds formatted text showing subtype tally for all selected cards */
|
||||
QString buildSubtypeTallyText() const;
|
||||
|
||||
protected:
|
||||
void resizeEvent(QResizeEvent *event) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue