From 8b4915ce415897d3fe7a9185680bf94dae9bd661 Mon Sep 17 00:00:00 2001 From: hjk Date: Tue, 14 Jan 2020 10:10:18 +0100 Subject: [PATCH] App: Make compile Amends 7c35c447e1c. Change-Id: I92af20bb4d9e23c91fc43a0c3388a6cf1cdec5a5 Reviewed-by: Christian Stenger Reviewed-by: Eike Ziller --- src/app/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/main.cpp b/src/app/main.cpp index 406d256b46d..a8da6f67be8 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -513,8 +513,8 @@ int main(int argc, char **argv) numberofArguments, options.appArguments.data()); QCoreApplication::setApplicationName(Core::Constants::IDE_CASED_ID); - QCoreApplication::setApplicationVersion(Core::Constants::IDE_VERSION_LONG); - QCoreApplication::setOrganizationName(Core::Constants::IDE_SETTINGSVARIANT_STR); + QCoreApplication::setApplicationVersion(QLatin1String(Core::Constants::IDE_VERSION_LONG)); + QCoreApplication::setOrganizationName(QLatin1String(Core::Constants::IDE_SETTINGSVARIANT_STR)); QGuiApplication::setApplicationDisplayName(Core::Constants::IDE_DISPLAY_NAME); const QStringList pluginArguments = app.arguments();