From ee2b394599ffe1242e3b7ae7d40b3469485dcd97 Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Thu, 30 Nov 2017 13:36:08 +0100 Subject: Fix some clazy warning --- autotests/kconfig_compiler/test9main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autotests/kconfig_compiler/test9main.cpp') diff --git a/autotests/kconfig_compiler/test9main.cpp b/autotests/kconfig_compiler/test9main.cpp index 28205ee5..8ec98adb 100644 --- a/autotests/kconfig_compiler/test9main.cpp +++ b/autotests/kconfig_compiler/test9main.cpp @@ -34,7 +34,7 @@ int main(int argc, char **argv) // add another path QStringList newlist; - myPathsList2 << QDir::homePath() + QString::fromLatin1("/.kde"); + myPathsList2 << QDir::homePath() + QLatin1String("/.kde"); qWarning() << myPathsList2; t->setMyPathsList2(myPathsList2); -- cgit v1.2.1