diff --git a/src/Application.cpp b/src/Application.cpp index da96b7afe..7f0edc6c7 100644 --- a/src/Application.cpp +++ b/src/Application.cpp @@ -509,7 +509,7 @@ Profile::Ptr Application::processProfileChangeArgs(Profile::Ptr baseProfile) } // temporary changes to profile options specified on the command line - foreach (const QString &value, m_parser->values(QStringLiteral("p"))) { + foreach (const QString &value, m_parser->values(QLatin1String("p"))) { ProfileCommandParser parser; QHashIterator iter(parser.parse(value));