Skip to content

Commit

Permalink
Another Qt 5.2 build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trollixx committed Oct 19, 2015
1 parent 1267d92 commit 5094b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ QString Application::userAgentJson() const
#else
QJsonObject app;
app[QStringLiteral("version")] = QCoreApplication::applicationVersion();
app[QStringLiteral("qt_version")] = qVersion();
app[QStringLiteral("qt_version")] = QString::fromLatin1(qVersion());
app[QStringLiteral("install_id")] = m_settings->installId;

QJsonObject os;
Expand Down

0 comments on commit 5094b12

Please sign in to comment.