mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-02-03 19:07:39 +01:00
Change variable name
This commit is contained in:
parent
44649fd950
commit
79d963fd65
@ -60,7 +60,7 @@ class CueParser : public ParserBase {
|
||||
static const char *kDate;
|
||||
static const char *kDisc;
|
||||
|
||||
CueParser(CollectionBackendInterface *library, QObject *parent = nullptr);
|
||||
CueParser(CollectionBackendInterface *collection, QObject *parent = nullptr);
|
||||
|
||||
QString name() const { return "CUE"; }
|
||||
QStringList file_extensions() const { return QStringList() << "cue"; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user