mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-28 08:09:40 +01:00
Use const QJsonValueRef
This commit is contained in:
parent
c6604734c9
commit
d4c8fa6a24
@ -409,7 +409,7 @@ void GeniusLyricsProvider::HandleSearchReply(QNetworkReply *reply, const quint64
|
||||
}
|
||||
QJsonArray array_hits = obj_response["hits"].toArray();
|
||||
|
||||
for (QJsonValue value_hit : array_hits) {
|
||||
for (const QJsonValueRef value_hit : array_hits) {
|
||||
if (!value_hit.isObject()) {
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user