mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-15 10:14:43 +01:00
Change to QList
This commit is contained in:
parent
1219f504ea
commit
66b8d27d66
@ -68,7 +68,7 @@ SongList CueParser::Load(QIODevice *device, const QString &playlist_path, const
|
||||
// read the first line already
|
||||
QString line = text_stream.readLine();
|
||||
|
||||
QVector<CueEntry> entries;
|
||||
QList<CueEntry> entries;
|
||||
int files = 0;
|
||||
|
||||
// -- whole file
|
||||
|
Loading…
Reference in New Issue
Block a user