Skip to content
Unverified Commit 21689d8f authored by Luca Beltrame's avatar Luca Beltrame
Browse files

Fix build

The use of KDEFrameworkCopilerSettings causes some issues with QChar
and QString when casting from ASCII (not allowed anymore).

This commit uses QChar::fromLatin1 and QStringLiteral to fix the issue.
parent 901d05e2
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