[Fix-Warnings] Remove more redundant empty declarations. (extra semicolons) (#6374)

This commit is contained in:
BruebachL
2025-11-29 14:19:11 +01:00
committed by GitHub
parent 858361e6d3
commit 8abd04dab1
21 changed files with 37 additions and 37 deletions

View File

@@ -158,7 +158,7 @@ protected:
virtual QString getCardZoneFromName(const QString /*cardName*/, QString currentZoneName)
{
return currentZoneName;
};
}
/**
* @brief Produce the complete display name of a card.
@@ -169,7 +169,7 @@ protected:
virtual QString getCompleteCardName(const QString &cardName) const
{
return cardName;
};
}
signals:
/// Emitted when the deck hash changes.