Make CollectionBackendInterface to PlaylistParser optional
This commit is contained in:
@@ -40,7 +40,7 @@ class PlaylistParser : public QObject {
|
|||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
explicit PlaylistParser(CollectionBackendInterface *collection, QObject *parent = nullptr);
|
explicit PlaylistParser(CollectionBackendInterface *collection = nullptr, QObject *parent = nullptr);
|
||||||
|
|
||||||
static const int kMagicSize;
|
static const int kMagicSize;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user