mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-14 19:18:55 -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
|
|
@ -9,7 +9,7 @@ class TabSupervisor;
|
|||
class Tab : public QWidget {
|
||||
Q_OBJECT
|
||||
signals:
|
||||
void userEvent();
|
||||
void userEvent(bool globalEvent = true);
|
||||
protected:
|
||||
QMenu *tabMenu;
|
||||
TabSupervisor *tabSupervisor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue