mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 00:42:14 -07:00
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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue