mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 04:53:54 -07:00
Support shortcut for hand reveal actions (#6297)
* Support shortcut for hand reveal actions * add docs
This commit is contained in:
parent
9f2ac78609
commit
4d652210dc
5 changed files with 55 additions and 13 deletions
|
|
@ -53,7 +53,10 @@ private:
|
|||
QAction *aSortHandByManaValue = nullptr;
|
||||
|
||||
QMenu *mRevealHand = nullptr;
|
||||
QAction *aRevealHandToAll = nullptr;
|
||||
|
||||
QMenu *mRevealRandomHandCard = nullptr;
|
||||
QAction *aRevealRandomHandCardToAll = nullptr;
|
||||
|
||||
QMenu *mMoveHandMenu = nullptr;
|
||||
QAction *aMoveHandToTopLibrary = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue