mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 23:12:14 -07:00
Unlint.
Took 14 minutes
This commit is contained in:
parent
d6cda96ed5
commit
5efaf23de0
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue