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:
Matt Lowe 2014-11-15 16:35:30 +01:00
parent b351abcce4
commit a2c4a1e537
2 changed files with 19 additions and 1 deletions

View file

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