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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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