refs #77, refs #288 fixed gcc / doxygen warnings as far as possible

This commit is contained in:
Klaus Basan
2014-11-18 17:33:20 +01:00
committed by Roland Winklmeier
parent ce78b65079
commit 4ce5144516
7 changed files with 12 additions and 6 deletions

View File

@@ -160,7 +160,7 @@ namespace BlackMisc
#ifdef Q_OS_WIN
// QSysInfo::WindowsVersion only available on Win platforms
return (QSysInfo::WindowsVersion & QSysInfo::WV_NT_based) ? true : false;
#elif
#else
return false;
#endif
}