From a79ddf8dd380d115450c0d2f8a972920682eeb0c Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Sat, 24 Aug 2019 09:07:32 +0200 Subject: String code optimization: use QLatin1String/QChar overload for string concat GIT_SILENT --- src/core/kconfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/kconfig.cpp') diff --git a/src/core/kconfig.cpp b/src/core/kconfig.cpp index c45643d2..67c0b469 100644 --- a/src/core/kconfig.cpp +++ b/src/core/kconfig.cpp @@ -468,7 +468,7 @@ bool KConfig::sync() } if (!notifyGroupsLocal.isEmpty()) { - d->notifyClients(notifyGroupsLocal, QStringLiteral("/") + name()); + d->notifyClients(notifyGroupsLocal, QLatin1Char('/') + name()); } if (!notifyGroupsGlobal.isEmpty()) { d->notifyClients(notifyGroupsGlobal, QStringLiteral("/kdeglobals")); -- cgit v1.2.1