mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 11:33:55 -07:00
ctrl+r: remove all local arrows
This commit is contained in:
parent
897dca2386
commit
8a919e572f
4 changed files with 197 additions and 143 deletions
|
|
@ -28,7 +28,7 @@ private:
|
|||
QMenu *gameMenu, *cardMenu, *moveMenu;
|
||||
QAction *aTap, *aUntap, *aDoesntUntap, *aFlip, *aAddCounter, *aRemoveCounter, *aSetCounters,
|
||||
*aMoveToTopLibrary, *aMoveToBottomLibrary, *aMoveToGraveyard, *aMoveToExile,
|
||||
*aNextPhase, *aNextTurn;
|
||||
*aNextPhase, *aNextTurn, *aRemoveLocalArrows;
|
||||
DlgStartGame *dlgStartGame;
|
||||
|
||||
CardDatabase *db;
|
||||
|
|
@ -46,6 +46,7 @@ public slots:
|
|||
|
||||
void actNextPhase();
|
||||
void actNextTurn();
|
||||
void actRemoveLocalArrows();
|
||||
private slots:
|
||||
void cardMenuAction();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue