Skip to content
Commit 5a0ad85b authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

AgentType: fix X-Akonadi-Custom- value parsing

Tread the default value as QString, not QStringList. The string value
is stored in QVariant and can then be converted from boolean, number
via QVariant::to*() methods. This does not work if the value in QVariant
is stored as QStringList.

This fixes the isScopeLocal() hack for Indexing Agent in FetchHelper.
parent eb138ca7
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