mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-20 09:22:15 -07:00
make actPlay and friends public
This commit is contained in:
parent
a57cd6e256
commit
6ebe53f266
1 changed files with 5 additions and 3 deletions
|
|
@ -162,6 +162,11 @@ public slots:
|
||||||
void actDrawCards();
|
void actDrawCards();
|
||||||
void actUndoDraw();
|
void actUndoDraw();
|
||||||
void actMulligan();
|
void actMulligan();
|
||||||
|
|
||||||
|
void actPlay();
|
||||||
|
void actPlayFacedown();
|
||||||
|
void actHide();
|
||||||
|
|
||||||
void actMoveTopCardToPlay();
|
void actMoveTopCardToPlay();
|
||||||
void actMoveTopCardToPlayFaceDown();
|
void actMoveTopCardToPlayFaceDown();
|
||||||
void actMoveTopCardToGrave();
|
void actMoveTopCardToGrave();
|
||||||
|
|
@ -223,9 +228,6 @@ private slots:
|
||||||
void actFlowP();
|
void actFlowP();
|
||||||
void actFlowT();
|
void actFlowT();
|
||||||
void actSetAnnotation();
|
void actSetAnnotation();
|
||||||
void actPlay();
|
|
||||||
void actPlayFacedown();
|
|
||||||
void actHide();
|
|
||||||
void actReveal(QAction *action);
|
void actReveal(QAction *action);
|
||||||
void refreshShortcuts();
|
void refreshShortcuts();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue