mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-15 18:19:33 +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
|
// read the first line already
|
||||||
QString line = text_stream.readLine();
|
QString line = text_stream.readLine();
|
||||||
|
|
||||||
QVector<CueEntry> entries;
|
QList<CueEntry> entries;
|
||||||
int files = 0;
|
int files = 0;
|
||||||
|
|
||||||
// -- whole file
|
// -- whole file
|
||||||
|
Loading…
Reference in New Issue
Block a user