Skip to content
Unverified Commit fa2f1946 authored by Thomas Tuegel's avatar Thomas Tuegel
Browse files

akonadi: use QLatin1String instead of QStringLiteral

QStringLiteral stores strings in UTF-16 encoding. Nix cannot decode such paths,
so we must use QLatin1String for strings that may be paths, or the dependency
graph will be broken!
parent 88d29f80
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