mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 09:04:53 -07:00
phases toolbar fix; face down fix
This commit is contained in:
parent
85319ecc28
commit
33ccbe3c00
5 changed files with 48 additions and 12 deletions
|
|
@ -39,11 +39,6 @@ public slots:
|
|||
void actUntapAll();
|
||||
void actRollDie();
|
||||
void actCreateToken();
|
||||
|
||||
void actSayMessage();
|
||||
private slots:
|
||||
void updateBoundingRect();
|
||||
|
||||
void actShuffle();
|
||||
void actDrawCard();
|
||||
void actDrawCards();
|
||||
|
|
@ -53,6 +48,10 @@ private slots:
|
|||
void actViewGraveyard();
|
||||
void actViewRfg();
|
||||
void actViewSideboard();
|
||||
|
||||
void actSayMessage();
|
||||
private slots:
|
||||
void updateBoundingRect();
|
||||
private:
|
||||
QMenu *playerMenu, *handMenu, *graveMenu, *rfgMenu, *libraryMenu, *sbMenu, *countersMenu, *sayMenu;
|
||||
QAction *aMoveToTopLibrary, *aMoveToBottomLibrary, *aMoveToHand, *aMoveToGraveyard, *aMoveToRfg,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue