mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 19:13:55 -07:00
parent
4e75a74bfd
commit
a5ea4f7da2
2 changed files with 20 additions and 0 deletions
|
|
@ -171,6 +171,7 @@ public:
|
|||
|
||||
private slots:
|
||||
void actAdd();
|
||||
void actEdit();
|
||||
void actRemove();
|
||||
void updateColor(const QString &value);
|
||||
void updateHighlightColor(const QString &value);
|
||||
|
|
@ -180,6 +181,7 @@ private slots:
|
|||
private:
|
||||
QListWidget *messageList;
|
||||
QAction *aAdd;
|
||||
QAction *aEdit;
|
||||
QAction *aRemove;
|
||||
QCheckBox chatMentionCheckBox;
|
||||
QCheckBox chatMentionCompleterCheckbox;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue