1
0
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:
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 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;