Replace signals with Q_SIGNALS
This commit is contained in:
@@ -57,7 +57,7 @@ class ScrobblerSettings : public QObject {
|
||||
void ToggleOffline();
|
||||
void ErrorReceived(const QString &error);
|
||||
|
||||
signals:
|
||||
Q_SIGNALS:
|
||||
void ErrorMessage(const QString &error);
|
||||
void ScrobblingEnabledChanged(const bool value);
|
||||
void ScrobblingOfflineChanged(const bool value);
|
||||
|
||||
Reference in New Issue
Block a user