1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2024-12-14 09:44:51 +01:00

Make playlist parameter to queue not optional

This commit is contained in:
Jonas Kvinge 2021-06-21 15:39:35 +02:00
parent 589bdf5dcd
commit 99ba2c2e8b

View File

@ -39,7 +39,7 @@ class Queue : public QAbstractProxyModel {
Q_OBJECT Q_OBJECT
public: public:
explicit Queue(Playlist *playlist = nullptr, QObject *parent = nullptr); explicit Queue(Playlist *playlist, QObject *parent = nullptr);
static const char *kRowsMimetype; static const char *kRowsMimetype;