mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 11:03:54 -07:00
Refactored Chat Settings tab
- removed heap alloc
This commit is contained in:
parent
d02d3ed521
commit
d59e1f135d
2 changed files with 7 additions and 7 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue