fix to the issues that @ebbit1q found

what caued them idk
This commit is contained in:
Danny Piper 2021-05-12 22:04:45 +01:00
parent 39780d845c
commit 20b1ad9f7a
No known key found for this signature in database
GPG key ID: 5E365B8F351ACB38

View file

@ -87,6 +87,7 @@ void CardItem::deleteLater()
void CardItem::setZone(CardZone *_zone)
{
zone = _zone;
emit updateCardMenu(this);
}
void CardItem::retranslateUi()