Lint again.

Took 4 minutes
This commit is contained in:
Lukas Brübach 2025-10-08 16:07:24 +02:00
parent 7b07326775
commit a094af27a3
15 changed files with 92 additions and 141 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.