mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-08 00:53:57 -07:00
Added user notification for RespChatFlood
This commit is contained in:
parent
0e437cf13b
commit
8be5563563
2 changed files with 13 additions and 1 deletions
|
|
@ -198,6 +198,7 @@ private slots:
|
|||
void actNextTurn();
|
||||
|
||||
void addMentionTag(QString value);
|
||||
void commandFinished(const Response &response);
|
||||
public:
|
||||
TabGame(TabSupervisor *_tabSupervisor, QList<AbstractClient *> &_clients, const Event_GameJoined &event, const QMap<int, QString> &_roomGameTypes);
|
||||
TabGame(TabSupervisor *_tabSupervisor, GameReplay *replay);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue