From 42d54b7ee69d8b2cb1461bf537fb89d58209cd96 Mon Sep 17 00:00:00 2001 From: RickyRister Date: Fri, 12 Sep 2025 03:32:53 -0700 Subject: [PATCH] format --- cockatrice/src/game/zones/view_zone.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/game/zones/view_zone.cpp b/cockatrice/src/game/zones/view_zone.cpp index 69283171e..e155d2ec3 100644 --- a/cockatrice/src/game/zones/view_zone.cpp +++ b/cockatrice/src/game/zones/view_zone.cpp @@ -112,7 +112,7 @@ void ZoneViewZone::zoneDumpReceived(const Response &r) qobject_cast(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.