diff --git a/src/libtomahawk/playlist/PlaylistUpdaterInterface.h b/src/libtomahawk/playlist/PlaylistUpdaterInterface.h index 3104a485d..f521d5967 100644 --- a/src/libtomahawk/playlist/PlaylistUpdaterInterface.h +++ b/src/libtomahawk/playlist/PlaylistUpdaterInterface.h @@ -110,8 +110,9 @@ private: }; -class DLLEXPORT PlaylistUpdaterFactory +class DLLEXPORT PlaylistUpdaterFactory : public QObject { + Q_OBJECT public: PlaylistUpdaterFactory() {} virtual ~PlaylistUpdaterFactory() {}