mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 21:13:55 -07:00
Moved "Ignore messages from unregistered users"
Relocated to the chat settings tab.
This commit is contained in:
parent
6dfaa81a53
commit
b9c537bf47
6 changed files with 11 additions and 23 deletions
|
|
@ -43,7 +43,6 @@ private:
|
|||
|
||||
QMenu *roomMenu;
|
||||
QAction *aLeaveRoom;
|
||||
QAction *aIgnoreUnregisteredUsers;
|
||||
QAction *aOpenChatSettings;
|
||||
QAction * aClearChat;
|
||||
QString sanitizeHtml(QString dirty) const;
|
||||
|
|
@ -54,10 +53,8 @@ private slots:
|
|||
void sendMessage();
|
||||
void sayFinished(const Response &response);
|
||||
void actLeaveRoom();
|
||||
void actIgnoreUnregisteredUsers();
|
||||
void actClearChat();
|
||||
void actOpenChatSettings();
|
||||
void ignoreUnregisteredUsersChanged();
|
||||
void addMentionTag(QString mentionTag);
|
||||
|
||||
void processListGamesEvent(const Event_ListGames &event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue