Replace use of QSet::toList() with QSet::values()
This commit is contained in:
@@ -658,7 +658,7 @@ QStringList CollectionBackend::GetAllArtistsWithAlbums(const QueryOptions &opt)
|
||||
artists << query2.Value(0).toString();
|
||||
}
|
||||
|
||||
return QStringList(artists.toList());
|
||||
return QStringList(artists.values());
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user