1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02: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() {}