NOISSUE fix some OS ifdefs
This commit is contained in:
parent
94fdf13f4a
commit
9cc168c526
@ -29,7 +29,7 @@ QString OpSys_toString(OpSys);
|
||||
|
||||
#ifdef Q_OS_WIN32
|
||||
#define currentSystem Os_Windows
|
||||
#elif Q_OS_MAC
|
||||
#elif defined Q_OS_MAC
|
||||
#define currentSystem Os_OSX
|
||||
#elif defined Q_OS_FREEBSD
|
||||
#define currentSystem Os_FreeBSD
|
||||
|
Loading…
Reference in New Issue
Block a user