qDebug(QString("table: appended %1 at pos %2: zValue = %3, x = %4, y = %5").arg(card->getName()).arg(cards->size()-1).arg(card->zValue()).arg(x).arg(y).toLatin1());
card->setParentItem(this);
...
...
@@ -36,17 +40,8 @@ void TableZone::addCardImpl(CardItem *card, int x, int y)