Add ability to edit chat macros, Fix #3296 (#3298)

This commit is contained in:
ctrlaltca 2018-06-19 19:15:13 +02:00 committed by tooomm
parent 4e75a74bfd
commit a5ea4f7da2
2 changed files with 20 additions and 0 deletions

View file

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