Added a bunch of warning flags and fixed most of the shadowed
variables.
This commit is contained in:
@@ -89,7 +89,7 @@ bool removeRecursively(const QString &path)
|
||||
}
|
||||
}
|
||||
|
||||
QByteArray findFolderAlbumArt(const QString path, metadata_t *metadata)
|
||||
static QByteArray findFolderAlbumArt(const QString path, metadata_t *metadata)
|
||||
{
|
||||
QByteArray data;
|
||||
QDir folder(path);
|
||||
|
Reference in New Issue
Block a user