From e2584f69d446a846fa712081322f2988ac3d5bc8 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Fri, 29 Aug 2014 14:00:18 +0200 Subject: Replace QLatin1String("x") with QLatin1Char('x') where possible Change-Id: I2f90c8ae7b5e968b9de882833f8661ab540a9232 Reviewed-by: hjk --- src/tools/cplusplus-tools-utils/cplusplus-tools-utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/cplusplus-tools-utils/cplusplus-tools-utils.cpp') diff --git a/src/tools/cplusplus-tools-utils/cplusplus-tools-utils.cpp b/src/tools/cplusplus-tools-utils/cplusplus-tools-utils.cpp index 9e42f7077c..f369dc8740 100644 --- a/src/tools/cplusplus-tools-utils/cplusplus-tools-utils.cpp +++ b/src/tools/cplusplus-tools-utils/cplusplus-tools-utils.cpp @@ -103,7 +103,7 @@ SystemPreprocessor::SystemPreprocessor(bool verbose) = Utils::Environment::systemEnvironment().searchInPath(i.key()); if (!executablePath.isEmpty()) { m_compiler = i.key(); - m_compilerArguments = i.value().split(QLatin1String(" "), QString::SkipEmptyParts); + m_compilerArguments = i.value().split(QLatin1Char(' '), QString::SkipEmptyParts); m_compilerArguments << QDir::toNativeSeparators(QLatin1String(PATH_PREPROCESSOR_CONFIG)); break; -- cgit v1.2.1