mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-02-06 20:33:30 +01:00
ScrobblingAPI20: Add clazy:exclude=range-loop-detach
This commit is contained in:
parent
bc240f82ef
commit
24e2338769
@ -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.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user