Remove silencing -Wclazy-qt6-deprecated-api-fixes to workaround clazy bugs
This commit is contained in:
@@ -1167,7 +1167,7 @@ CollectionBackend::AlbumList CollectionBackend::GetAlbums(const QString &artist,
|
||||
|
||||
}
|
||||
|
||||
return albums.values(); // clazy:exclude=qt6-deprecated-api-fixes
|
||||
return albums.values();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user