ScrobblingAPI20: Add clazy:exclude=range-loop-detach
This commit is contained in:
@@ -720,7 +720,7 @@ void ScrobblingAPI20::ScrobbleRequestFinished(QNetworkReply *reply, const QList<
|
|||||||
return;
|
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()) {
|
if (!value.isObject()) {
|
||||||
Error("Json scrobbles scrobble array value is not an object.");
|
Error("Json scrobbles scrobble array value is not an object.");
|
||||||
|
|||||||
Reference in New Issue
Block a user