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

HandlerHelper: fix cache policy serialization

Collection::cachePolicyLocalParts() may return empty (non-null)
QString depending on the SQL backend and how the data were written
in there. QString::split() on an empty non-null QString produces a
vector of single empty non-null QString, instead of an empty vector
as we expect.
parent 522808f5
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