mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 11:38:49 -07:00
Action: Move Bottom Card to Graveyard
Created menu action to move card from the bottom of the library to the graveyard. Qt accelerator key is "i". #125
This commit is contained in:
parent
b351abcce4
commit
a2c4a1e537
2 changed files with 19 additions and 1 deletions
|
|
@ -120,6 +120,7 @@ public slots:
|
|||
void actMoveTopCardsToGrave();
|
||||
void actMoveTopCardsToExile();
|
||||
void actMoveTopCardToBottom();
|
||||
void actMoveBottomCardToGrave();
|
||||
|
||||
void actViewLibrary();
|
||||
void actViewTopCards();
|
||||
|
|
@ -169,7 +170,7 @@ private:
|
|||
*aViewGraveyard, *aViewRfg, *aViewSideboard,
|
||||
*aDrawCard, *aDrawCards, *aUndoDraw, *aMulligan, *aShuffle,
|
||||
*aUntapAll, *aRollDie, *aCreateToken, *aCreateAnotherToken,
|
||||
*aCardMenu;
|
||||
*aCardMenu, *aMoveBottomCardToGrave;
|
||||
|
||||
QList<QAction *> aAddCounter, aSetCounter, aRemoveCounter;
|
||||
QAction *aPlay,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue