Replace slots with Q_SLOTS
This commit is contained in:
@@ -59,7 +59,7 @@ class CoverProviders : public QObject {
|
||||
|
||||
int NextId();
|
||||
|
||||
private slots:
|
||||
private Q_SLOTS:
|
||||
void ProviderDestroyed();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user