Replace slots with Q_SLOTS
This commit is contained in:
@@ -65,7 +65,7 @@ class CollectionSettingsPage : public SettingsPage {
|
||||
void Load() override;
|
||||
void Save() override;
|
||||
|
||||
private slots:
|
||||
private Q_SLOTS:
|
||||
void AddDirectory();
|
||||
void RemoveDirectory();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user