mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Make PlaylistUpdaterInterface a QObject
This commit is contained in:
@@ -110,8 +110,9 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
class DLLEXPORT PlaylistUpdaterFactory
|
class DLLEXPORT PlaylistUpdaterFactory : public QObject
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
PlaylistUpdaterFactory() {}
|
PlaylistUpdaterFactory() {}
|
||||||
virtual ~PlaylistUpdaterFactory() {}
|
virtual ~PlaylistUpdaterFactory() {}
|
||||||
|
Reference in New Issue
Block a user