mirror of
https://github.com/zealdocs/zeal.git
synced 2026-08-29 16:40:51 +08:00
registry: Fix another QJsonValueRef implicit cast
This commit is contained in:
@@ -370,7 +370,7 @@ void Docset::loadMetadata()
|
||||
}
|
||||
|
||||
if (extra.contains(QStringLiteral("keywords"))) {
|
||||
for (const QJsonValue &kw : extra[QStringLiteral("keywords")].toArray())
|
||||
for (const QJsonValueRef kw : extra[QStringLiteral("keywords")].toArray())
|
||||
m_keywords << kw.toString();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user