Replace slots with Q_SLOTS
This commit is contained in:
@@ -51,7 +51,7 @@ class AlbumCoverExporter : public QObject {
|
||||
Q_SIGNALS:
|
||||
void AlbumCoversExportUpdate(const int exported, const int skipped, const int all);
|
||||
|
||||
private slots:
|
||||
private Q_SLOTS:
|
||||
void CoverExported();
|
||||
void CoverSkipped();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user