fixes #0003538: MacOSX 10.13 not in the 'About FreeCAD' dialog
This commit is contained in:
@@ -281,6 +281,10 @@ class SystemInfo {
|
||||
public:
|
||||
static QString getOperatingSystem()
|
||||
{
|
||||
#if QT_VERSION >= 0x050400
|
||||
return QSysInfo::prettyProductName();
|
||||
#endif
|
||||
|
||||
#if defined (Q_OS_WIN32)
|
||||
switch(QSysInfo::windowsVersion())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user