mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Get ready for OS X 10.11 El Capitan
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
682e23775c
commit
948c77bfad
1 changed files with 7 additions and 0 deletions
|
@ -558,6 +558,13 @@ QString SubsurfaceSysInfo::prettyProductName()
|
|||
#endif
|
||||
basename = "OS X Yosemite (";
|
||||
break;
|
||||
#ifdef MV_ELCAPITAN
|
||||
case MV_ELCAPITAN :
|
||||
#else
|
||||
case 0x000D: // MV_ELCAPITAN
|
||||
#endif
|
||||
basename = "OS X El Capitan (";
|
||||
break;
|
||||
}
|
||||
if (basename)
|
||||
return QLatin1String(basename) + productVersion() + QLatin1Char(')');
|
||||
|
|
Loading…
Add table
Reference in a new issue