Change to QList
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user