Replace signals with Q_SIGNALS
This commit is contained in:
@@ -85,7 +85,7 @@ class AudioScrobbler : public QObject {
|
||||
void Love();
|
||||
void WriteCache();
|
||||
|
||||
signals:
|
||||
Q_SIGNALS:
|
||||
void ErrorMessage(const QString &error);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user