mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-24 15:43:54 -07:00
In-game message macros available immediately in active games (#5113)
* In-game message macros available immediately in active games * fix formatting * init sayMenu actions with sayMenu as parent
This commit is contained in:
parent
500b694cc6
commit
b4bfa17cee
4 changed files with 6 additions and 2 deletions
|
|
@ -224,6 +224,8 @@ private slots:
|
|||
void actReveal(QAction *action);
|
||||
void refreshShortcuts();
|
||||
|
||||
void initSayMenu();
|
||||
|
||||
private:
|
||||
TabGame *game;
|
||||
QMenu *sbMenu, *countersMenu, *sayMenu, *createPredefinedTokenMenu, *mRevealLibrary, *mLendLibrary, *mRevealTopCard,
|
||||
|
|
@ -310,7 +312,6 @@ private:
|
|||
QMap<int, ArrowItem *> arrows;
|
||||
void rearrangeCounters();
|
||||
|
||||
void initSayMenu();
|
||||
void initContextualPlayersMenu(QMenu *menu);
|
||||
|
||||
// void eventConnectionStateChanged(const Event_ConnectionStateChanged &event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue