Replace slots with Q_SLOTS
This commit is contained in:
@@ -54,7 +54,7 @@ class SavedGroupingManager : public QDialog {
|
||||
Q_SIGNALS:
|
||||
void UpdateGroupByActions();
|
||||
|
||||
private slots:
|
||||
private Q_SLOTS:
|
||||
void UpdateButtonState();
|
||||
void Remove();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user