mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-13 17:44:48 -07:00
don't call alert() when a message in a public chat is received
This commit is contained in:
parent
a4c3d48389
commit
cc795a2dd7
4 changed files with 7 additions and 6 deletions
|
|
@ -78,7 +78,7 @@ private slots:
|
|||
void processUserLeft(const QString &userName);
|
||||
void processUserJoined(const QString &userName);
|
||||
void talkLeft(TabMessage *tab);
|
||||
void tabUserEvent();
|
||||
void tabUserEvent(bool globalEvent);
|
||||
void processRoomEvent(RoomEvent *event);
|
||||
void processGameEventContainer(GameEventContainer *cont);
|
||||
void processMessageEvent(Event_Message *event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue