mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-12 21:44:18 -07:00
Added "Chat settings..." shortcut to chat cog
This commit is contained in:
parent
9b7f488bd7
commit
b41d64615d
4 changed files with 24 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ private:
|
|||
QMenu *roomMenu;
|
||||
QAction *aLeaveRoom;
|
||||
QAction *aIgnoreUnregisteredUsers;
|
||||
QAction *aOpenChatSettings;
|
||||
QAction * aClearChat;
|
||||
QString sanitizeHtml(QString dirty) const;
|
||||
signals:
|
||||
|
|
@ -55,6 +56,7 @@ private slots:
|
|||
void actLeaveRoom();
|
||||
void actIgnoreUnregisteredUsers();
|
||||
void actClearChat();
|
||||
void actOpenChatSettings();
|
||||
void ignoreUnregisteredUsersChanged();
|
||||
|
||||
void processListGamesEvent(const Event_ListGames &event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue