Replace signals with Q_SIGNALS
This commit is contained in:
@@ -40,7 +40,7 @@ class CoverExportRunnable : public QObject, public QRunnable {
|
||||
|
||||
void run() override;
|
||||
|
||||
signals:
|
||||
Q_SIGNALS:
|
||||
void CoverExported();
|
||||
void CoverSkipped();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user