aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/kconfig_compiler/kconfig_compiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kconfig_compiler/kconfig_compiler.cpp b/src/kconfig_compiler/kconfig_compiler.cpp
index fc3571c0..5c515f43 100644
--- a/src/kconfig_compiler/kconfig_compiler.cpp
+++ b/src/kconfig_compiler/kconfig_compiler.cpp
@@ -1434,7 +1434,7 @@ QString memberMutatorBody(CfgEntry *e, const CfgConfig &cfg)
if (hasBody) {
out << "v != " << varExpression << " && ";
}
- out << "!" << This << "isImmutable( QString::fromLatin1( \"";
+ out << "!" << This << "isImmutable( QStringLiteral( \"";
if (!e->param().isEmpty()) {
out << e->paramName().replace("$(" + e->param() + ")", "%1") << "\" ).arg( ";
if (e->paramType() == "Enum") {