Judges can talk in games (#4091)

This commit is contained in:
Zach H 2020-09-09 13:20:59 -04:00 committed by GitHub
parent 79f590c99a
commit bec02b4952
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 31 additions and 9 deletions

View file

@ -242,8 +242,8 @@ private slots:
void actNextTurn();
void actReverseTurn();
void addMentionTag(QString value);
void linkCardToChat(QString cardName);
void addMentionTag(const QString &value);
void linkCardToChat(const QString &cardName);
void commandFinished(const Response &response);
void refreshShortcuts();