Replace slots with Q_SLOTS
This commit is contained in:
@@ -40,7 +40,7 @@ class SavePlaylistsDialog : public QDialog {
|
||||
protected:
|
||||
void accept() override;
|
||||
|
||||
private slots:
|
||||
private Q_SLOTS:
|
||||
void SelectPath();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user