Refactored Chat Settings tab

- removed heap alloc
This commit is contained in:
Matt Lowe 2015-01-17 18:04:06 +01:00
parent d02d3ed521
commit d59e1f135d
2 changed files with 7 additions and 7 deletions

View file

@ -158,8 +158,9 @@ private slots:
void actRemove();
private:
QListWidget *messageList;
QAction *aAdd, *aRemove;
QCheckBox *chatMentionCheckBox;
QAction *aAdd;
QAction *aRemove;
QCheckBox chatMentionCheckBox;
QGroupBox *chatGroupBox;
QGroupBox *messageShortcuts;