mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-14 09:44:51 +01:00
Make CollectionBackendInterface to PlaylistParser optional
This commit is contained in:
parent
22d0697c77
commit
5b003b09ac
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user