1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2024-12-15 18:19:33 +01:00

Change to QList

This commit is contained in:
Jonas Kvinge 2021-03-21 06:26:48 +01:00
parent 1219f504ea
commit 66b8d27d66

View File

@ -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