fix linux crash (#3014)
This commit is contained in:
parent
cd558a9722
commit
8825e2932a
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ QString Logger::getSystemArchitecture()
|
|||
|
||||
QString Logger::getClientOperatingSystem()
|
||||
{
|
||||
#ifdef QSYSINFO_H
|
||||
#if QT_VERSION >= 0x050400
|
||||
return QSysInfo::prettyProductName();
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue