Put back the new action.
This commit is contained in:
parent
5add56d850
commit
4bd161ab06
1 changed files with 3 additions and 1 deletions
|
@ -415,7 +415,9 @@ 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);
|
||||||
tempAddCounter->setData(9 + i * 1000);
|
tempAddCounter->setData(9 + i * 1000);
|
||||||
|
|
Loading…
Reference in a new issue