mirror of
https://github.com/zealdocs/zeal.git
synced 2024-11-23 22:37:09 +03:00
Another Qt 5.2 build fix
This commit is contained in:
parent
1267d92b5d
commit
5094b12560
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user