Use one instance of NetworkAccessManager
This commit is contained in:
@@ -32,13 +32,11 @@
|
||||
|
||||
#include "core/song.h"
|
||||
|
||||
class Application;
|
||||
|
||||
class ScrobblerService : public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit ScrobblerService(const QString &name, Application *app, QObject *parent);
|
||||
explicit ScrobblerService(const QString &name, QObject *parent);
|
||||
|
||||
QString name() const { return name_; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user