Fix minor code issues
This commit is contained in:
@@ -39,6 +39,8 @@ PLSParser::PLSParser(CollectionBackendInterface *collection, QObject *parent)
|
||||
|
||||
SongList PLSParser::Load(QIODevice *device, const QString &playlist_path, const QDir &dir) const {
|
||||
|
||||
Q_UNUSED(playlist_path);
|
||||
|
||||
QMap<int, Song> songs;
|
||||
QRegExp n_re("\\d+$");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user