Skip to content
Commit bd07284e authored by David Rosca's avatar David Rosca
Browse files

Fix crash in JSON traversal in Bing potd provider

QJsonArray::operator[] returns QJsonValueRef which seems to crash
when trying to convert to object.
Using QJsonArray::at() instead which returns QJsonValue fixes the crash.

BUG: 378590

Differential Revision: https://phabricator.kde.org/D5478
parent 3c80fe5f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment