Change to QList

This commit is contained in:
Jonas Kvinge 2021-03-21 06:26:48 +01:00
parent 1219f504ea
commit 66b8d27d66
1 changed files with 1 additions and 1 deletions

View File

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