Fixed up whitespace.

This commit is contained in:
Jeffrey Oliver 2015-02-11 20:25:34 -08:00
parent cc32e8c86e
commit 5add56d850
2 changed files with 136 additions and 138 deletions

View file

@ -415,8 +415,6 @@ Player::Player(const ServerInfo_User &info, int _id, bool _local, TabGame *_pare
connect(aPlay, SIGNAL(triggered()), this, SLOT(actPlay()));
aHide = new QAction(this);
connect(aHide, SIGNAL(triggered()), this, SLOT(actHide()));
aPlayFacedown = new QAction(this);
connect(aPlayFacedown, SIGNAL(triggered()), this, SLOT(actPlayFacedown()));
for (int i = 0; i < 3; ++i) {
QAction *tempAddCounter = new QAction(this);
@ -2146,7 +2144,7 @@ void Player::actHide()
void Player::actPlayFacedown()
{
playCard(game->getActiveCard(), true, game->getActiveCard()->getInfo()->getCipt());
playCard(game->getActiveCard(), true, game->getActiveCard()->getInfo()->getCipt());
}
void Player::updateCardMenu(CardItem *card)