Regular linting.

Took 31 seconds
This commit is contained in:
Lukas Brübach 2025-10-05 00:34:01 +02:00
parent 33cd0098f8
commit 3e0cf97dff

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.