Added "Chat settings..." shortcut to chat cog

This commit is contained in:
Matt Lowe 2015-01-20 15:02:12 +01:00
parent 9b7f488bd7
commit b41d64615d
4 changed files with 24 additions and 0 deletions

View file

@ -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);