aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/main.cpp
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2020-01-14 10:10:18 +0100
committerChristian Stenger <christian.stenger@qt.io>2020-01-14 09:15:45 +0000
commit8b4915ce415897d3fe7a9185680bf94dae9bd661 (patch)
tree8f8146b2e898f19bc066b4c0cf41eec16f99143a /src/app/main.cpp
parent5e7f99157b1face8da88e9df431408cf72a31961 (diff)
App: Make compile
Amends 7c35c447e1c. Change-Id: I92af20bb4d9e23c91fc43a0c3388a6cf1cdec5a5 Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/app/main.cpp')
-rw-r--r--src/app/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/main.cpp b/src/app/main.cpp
index 406d256b46..a8da6f67be 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();