diff options
Diffstat (limited to 'autotests/kconfig_compiler/test_emptyentries_main.cpp')
-rw-r--r-- | autotests/kconfig_compiler/test_emptyentries_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test_emptyentries_main.cpp b/autotests/kconfig_compiler/test_emptyentries_main.cpp index 18c750a5..5dbce8e4 100644 --- a/autotests/kconfig_compiler/test_emptyentries_main.cpp +++ b/autotests/kconfig_compiler/test_emptyentries_main.cpp @@ -11,7 +11,7 @@ int main(int argc, char **argv) { QGuiApplication app(argc, argv); Q_UNUSED(app); - QMakeBuilderSettings::instance("abc"); + QMakeBuilderSettings::instance(QStringLiteral("abc")); auto *t = QMakeBuilderSettings::self(); delete t; return 0; |