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:
@@ -110,8 +110,9 @@ private:
|
||||
};
|
||||
|
||||
|
||||
class DLLEXPORT PlaylistUpdaterFactory
|
||||
class DLLEXPORT PlaylistUpdaterFactory : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
PlaylistUpdaterFactory() {}
|
||||
virtual ~PlaylistUpdaterFactory() {}
|
||||
|
Reference in New Issue
Block a user