fix linux crash (#3014)

This commit is contained in:
Zach H
2018-01-13 04:20:12 -05:00
committed by GitHub
parent cd558a9722
commit 8825e2932a

View File

@@ -106,7 +106,7 @@ QString Logger::getSystemArchitecture()
QString Logger::getClientOperatingSystem()
{
#ifdef QSYSINFO_H
#if QT_VERSION >= 0x050400
return QSysInfo::prettyProductName();
#endif