From b0191f68562d896a3e962a534ff0c26ae72de2de Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Wed, 28 Aug 2019 13:58:56 +0200 Subject: GIT_SILENT: use QLatin1String --- autotests/kconfig_compiler/test4main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autotests/kconfig_compiler/test4main.cpp') diff --git a/autotests/kconfig_compiler/test4main.cpp b/autotests/kconfig_compiler/test4main.cpp index 72499230..2c63e13e 100644 --- a/autotests/kconfig_compiler/test4main.cpp +++ b/autotests/kconfig_compiler/test4main.cpp @@ -38,7 +38,7 @@ int main(int argc, char **argv) if (!ok) { qWarning() << "config file was not created!"; } - if (t->fooBar() != QStringLiteral("Value")) { + if (t->fooBar() != QLatin1String("Value")) { qWarning() << "wrong value for foo bar:" << t->fooBar(); } delete t; -- cgit v1.2.1