Rename SubtypeCounter to SubtypeTally

This commit is contained in:
DawnFire42 2026-06-04 19:35:05 -04:00
parent c947808547
commit ca6cb8fb91
No known key found for this signature in database
GPG key ID: 24BB855EE2911B33
5 changed files with 16 additions and 16 deletions

View file

@ -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;