ScrobblingAPI20: Add `clazy:exclude=range-loop-detach`

This commit is contained in:
Jonas Kvinge 2021-10-30 02:02:37 +02:00
parent bc240f82ef
commit 24e2338769
1 changed files with 1 additions and 1 deletions

View File

@ -720,7 +720,7 @@ void ScrobblingAPI20::ScrobbleRequestFinished(QNetworkReply *reply, const QList<
return;
}
for (const QJsonValueRef value : array_scrobble) { // clazy:exclude=range-loop
for (const QJsonValueRef value : array_scrobble) { // clazy:exclude=range-loop-detach
if (!value.isObject()) {
Error("Json scrobbles scrobble array value is not an object.");