phases toolbar fix; face down fix

This commit is contained in:
Max-Wilhelm Bruker 2009-09-25 17:17:15 +02:00
parent 85319ecc28
commit 33ccbe3c00
5 changed files with 48 additions and 12 deletions

View file

@ -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,