Fix build (1 of 2)

Authored by lbeltrame on Nov 3 2018, 10:51 AM.

Description

Fix build (1 of 2)

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.

Details