1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 15:29:42 +01:00

Make PlaylistUpdaterInterface a QObject

This commit is contained in:
Uwe L. Korn 2014-07-31 19:57:53 +01:00
parent f42ac00bcb
commit d96458ec72

View File

@ -110,8 +110,9 @@ private:
};
class DLLEXPORT PlaylistUpdaterFactory
class DLLEXPORT PlaylistUpdaterFactory : public QObject
{
Q_OBJECT
public:
PlaylistUpdaterFactory() {}
virtual ~PlaylistUpdaterFactory() {}