mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 02:53:56 -07:00
phases toolbar improvement
This commit is contained in:
parent
a5280946c2
commit
0dbc580b8a
6 changed files with 33 additions and 18 deletions
|
|
@ -36,9 +36,7 @@ private:
|
|||
int currentPhase;
|
||||
Player *addPlayer(int playerId, const QString &playerName, QPointF base, bool local);
|
||||
void initSayMenu();
|
||||
private slots:
|
||||
void cardMenuAction();
|
||||
|
||||
public slots:
|
||||
void actNextPhase();
|
||||
void actNextTurn();
|
||||
void actUntapAll();
|
||||
|
|
@ -47,6 +45,8 @@ private slots:
|
|||
void actSetLife();
|
||||
void actRollDie();
|
||||
void actCreateToken();
|
||||
private slots:
|
||||
void cardMenuAction();
|
||||
|
||||
void showCardMenu(QPoint p);
|
||||
void actTap(CardItem *card);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue