Make CollectionBackendInterface to PlaylistParser optional

This commit is contained in:
Jonas Kvinge
2021-07-10 21:52:01 +02:00
parent 22d0697c77
commit 5b003b09ac

View File

@@ -40,7 +40,7 @@ class PlaylistParser : public QObject {
Q_OBJECT
public:
explicit PlaylistParser(CollectionBackendInterface *collection, QObject *parent = nullptr);
explicit PlaylistParser(CollectionBackendInterface *collection = nullptr, QObject *parent = nullptr);
static const int kMagicSize;