Took 3 minutes
This commit is contained in:
Lukas Brübach 2025-10-07 15:33:18 +02:00
parent 1e4e5a4419
commit 6bc6b7c52b
2 changed files with 2 additions and 2 deletions

View file

@ -112,7 +112,7 @@ void ZoneViewZone::zoneDumpReceived(const Response &r)
qobject_cast<ZoneViewZoneLogic *>(getLogic())->updateCardIds(ZoneViewZoneLogic::INITIALIZE);
reorganizeCards();
emit getLogic() -> cardCountChanged();
emit getLogic()->cardCountChanged();
}
// Because of boundingRect(), this function must not be called before the zone was added to a scene.