Fix minor code issues
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
#include "scrobblerservice.h"
|
||||
|
||||
ScrobblerService::ScrobblerService(const QString &name, Application *app, QObject *parent) : QObject(parent), name_(name) {}
|
||||
ScrobblerService::ScrobblerService(const QString &name, Application *app, QObject *parent) : QObject(parent), name_(name) { Q_UNUSED(app); }
|
||||
|
||||
QJsonObject ScrobblerService::ExtractJsonObj(const QByteArray &data, const bool ignore_empty) {
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ class ScrobblerServices : public QObject {
|
||||
}
|
||||
|
||||
private:
|
||||
Q_DISABLE_COPY(ScrobblerServices);
|
||||
Q_DISABLE_COPY(ScrobblerServices)
|
||||
|
||||
QMap<QString, ScrobblerService *> scrobbler_services_;
|
||||
QMutex mutex_;
|
||||
|
||||
Reference in New Issue
Block a user