diff options
Diffstat (limited to 'autotests/kconfig_compiler/test4main.cpp')
-rw-r--r-- | autotests/kconfig_compiler/test4main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |