Fix various clazy warnings

This commit is contained in:
Jonas Kvinge
2021-03-21 04:47:11 +01:00
parent 20c1c1d4be
commit 78588d8cdf
92 changed files with 337 additions and 234 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();
QList<CueEntry> entries;
QVector<CueEntry> entries;
int files = 0;
// -- whole file