Fix minor code issues

This commit is contained in:
Jonas Kvinge
2019-09-15 20:27:32 +02:00
parent 83e10aac27
commit 2d67279180
147 changed files with 644 additions and 329 deletions

View File

@@ -39,6 +39,8 @@ bool AsxIniParser::TryMagic(const QByteArray &data) const {
SongList AsxIniParser::Load(QIODevice *device, const QString &playlist_path, const QDir &dir) const {
Q_UNUSED(playlist_path);
SongList ret;
while (!device->atEnd()) {