This commit is contained in:
ZeldaZach 2024-11-18 20:24:46 -05:00 committed by Lukas Brübach
parent ff3e6796cf
commit 472186b4a0
2 changed files with 2 additions and 383 deletions

View file

@ -221,7 +221,7 @@ public:
{
return cardSetShortName;
}
void setCardSetShortName(const QString &_cardSetShortName)
void setCardSetShortName(const QString &_cardSetShortName) override
{
cardSetShortName = _cardSetShortName;
}

File diff suppressed because one or more lines are too long