mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
removed mac cruft
This commit is contained in:
parent
a0757edcff
commit
21e490984f
1 changed files with 0 additions and 2 deletions
|
@ -196,8 +196,6 @@ QString SystemInformation::fetchOSBasicInformation() const
|
|||
return QLatin1String("Solaris");
|
||||
#elif defined(Q_OS_CYGWIN)
|
||||
return QLatin1String("Cygwin");
|
||||
#elif defined(Q_OS_DARWIN)
|
||||
return QLatin1String("OS X");
|
||||
#elif defined(Q_OS_WIN32)
|
||||
return QLatin1String("MS Windows");
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue