Add missing Q_OBJECT macro.

This commit is contained in:
John Maguire 2011-04-07 13:29:42 +00:00
parent 2b22dfaaee
commit cb763213bf
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ class QNetworkReply;
// A built-in cover provider which fetches covers from last.fm.
class LastFmCoverProvider : public CoverProvider {
Q_OBJECT
public:
LastFmCoverProvider(QObject* parent);
virtual ~LastFmCoverProvider() {}