mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-22 16:54:24 -05:00
fix linux crash (#3014)
This commit is contained in:
@@ -106,7 +106,7 @@ QString Logger::getSystemArchitecture()
|
||||
|
||||
QString Logger::getClientOperatingSystem()
|
||||
{
|
||||
#ifdef QSYSINFO_H
|
||||
#if QT_VERSION >= 0x050400
|
||||
return QSysInfo::prettyProductName();
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user