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