Add settings page option to ignore unreg user pm

This commit is contained in:
Gavin Bises 2015-02-01 12:14:25 -05:00
parent 5222183ff3
commit 26fa936347
2 changed files with 6 additions and 1 deletions

View file

@ -162,6 +162,7 @@ private:
QAction *aRemove;
QCheckBox chatMentionCheckBox;
QCheckBox ignoreUnregUsersMainChat;
QCheckBox ignoreUnregUserMessages;
QGroupBox *chatGroupBox;
QGroupBox *messageShortcuts;