Add missing Q_OBJECT macro.
This commit is contained in:
parent
2b22dfaaee
commit
cb763213bf
@ -27,6 +27,7 @@ class QNetworkReply;
|
|||||||
|
|
||||||
// A built-in cover provider which fetches covers from last.fm.
|
// A built-in cover provider which fetches covers from last.fm.
|
||||||
class LastFmCoverProvider : public CoverProvider {
|
class LastFmCoverProvider : public CoverProvider {
|
||||||
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
LastFmCoverProvider(QObject* parent);
|
LastFmCoverProvider(QObject* parent);
|
||||||
virtual ~LastFmCoverProvider() {}
|
virtual ~LastFmCoverProvider() {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user