mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 16:32:16 -07:00
fix typo
This commit is contained in:
parent
0310ecddc8
commit
369d833eb1
1 changed files with 0 additions and 6 deletions
|
|
@ -294,12 +294,6 @@ Player::Player(const ServerInfo_User &info, int _id, bool _local, bool _judge, T
|
|||
connect(aMoveBottomCardToTop, &QAction::triggered, this, &Player::actMoveBottomCardToTop);
|
||||
}
|
||||
|
||||
aViewGraveyard = new QAction(this);
|
||||
connect(aViewGraveyard, &QAction::triggered, this, &Player::actViewGraveyard);
|
||||
|
||||
aViewRfg = new QAction(this);
|
||||
connect(aViewRfg, &QAction::triggered, this, &Player::actViewRfg);
|
||||
|
||||
playerMenu = new TearOffMenu();
|
||||
table->setMenu(playerMenu);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue