mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
new code
This commit is contained in:
parent
6c93b1e9b7
commit
0d4717f40b
28 changed files with 591 additions and 375 deletions
|
|
@ -41,7 +41,7 @@ void ZoneViewZone::initializeCards()
|
|||
}
|
||||
}
|
||||
|
||||
void ZoneViewZone::zoneDumpReceived(QList<ServerZoneCard> cards)
|
||||
void ZoneViewZone::zoneDumpReceived(QList<ServerInfo_Card> cards)
|
||||
{
|
||||
for (int i = 0; i < cards.size(); i++) {
|
||||
CardItem *card = new CardItem(cards[i].getName(), i, this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue