diff options
Diffstat (limited to 'autotests/kconfig_compiler/kconfigcompiler_test.cpp')
-rw-r--r-- | autotests/kconfig_compiler/kconfigcompiler_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/kconfigcompiler_test.cpp b/autotests/kconfig_compiler/kconfigcompiler_test.cpp index 014bc0f3..4467a211 100644 --- a/autotests/kconfig_compiler/kconfigcompiler_test.cpp +++ b/autotests/kconfig_compiler/kconfigcompiler_test.cpp @@ -143,7 +143,7 @@ void KConfigCompiler_Test::testRunning() QFETCH(QString, testName); #ifdef Q_OS_WIN - testName += QStringLiteral(".exe"); + testName += QLatin1String{".exe"}; #endif QString program = QFINDTESTDATA(testName); |