Fixed up whitespace.
This commit is contained in:
parent
cc32e8c86e
commit
5add56d850
2 changed files with 136 additions and 138 deletions
|
@ -415,8 +415,6 @@ Player::Player(const ServerInfo_User &info, int _id, bool _local, TabGame *_pare
|
||||||
connect(aPlay, SIGNAL(triggered()), this, SLOT(actPlay()));
|
connect(aPlay, SIGNAL(triggered()), this, SLOT(actPlay()));
|
||||||
aHide = new QAction(this);
|
aHide = new QAction(this);
|
||||||
connect(aHide, SIGNAL(triggered()), this, SLOT(actHide()));
|
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) {
|
for (int i = 0; i < 3; ++i) {
|
||||||
QAction *tempAddCounter = new QAction(this);
|
QAction *tempAddCounter = new QAction(this);
|
||||||
|
@ -2146,7 +2144,7 @@ void Player::actHide()
|
||||||
|
|
||||||
void Player::actPlayFacedown()
|
void Player::actPlayFacedown()
|
||||||
{
|
{
|
||||||
playCard(game->getActiveCard(), true, game->getActiveCard()->getInfo()->getCipt());
|
playCard(game->getActiveCard(), true, game->getActiveCard()->getInfo()->getCipt());
|
||||||
}
|
}
|
||||||
|
|
||||||
void Player::updateCardMenu(CardItem *card)
|
void Player::updateCardMenu(CardItem *card)
|
||||||
|
|
Loading…
Reference in a new issue