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:
parent
589bdf5dcd
commit
99ba2c2e8b
@ -39,7 +39,7 @@ class Queue : public QAbstractProxyModel {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit Queue(Playlist *playlist = nullptr, QObject *parent = nullptr);
|
||||
explicit Queue(Playlist *playlist, QObject *parent = nullptr);
|
||||
|
||||
static const char *kRowsMimetype;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user