mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-09 15:54:47 -07:00
minor cleanups
This commit is contained in:
parent
0ef00dd437
commit
7e13352a95
29 changed files with 102 additions and 134 deletions
|
|
@ -21,9 +21,8 @@ void TableZone::paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
|
|||
painter->fillRect(boundingRect(), QColor(0, 0, 100));
|
||||
}
|
||||
|
||||
void TableZone::addCard(CardItem *card, bool reorganize, int x, int y)
|
||||
void TableZone::addCardImpl(CardItem *card, int x, int y)
|
||||
{
|
||||
Q_UNUSED(reorganize);
|
||||
cards->append(card);
|
||||
if ((x != -1) && (y != -1)) {
|
||||
if (!player->getLocal())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue