[qet] [3269] revert 3268: ftbs on windows |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 3269
Author: scorpio810
Date: 2014-08-11 18:44:16 +0200 (Mon, 11 Aug 2014)
Log Message:
-----------
revert 3268: ftbs on windows
Modified Paths:
--------------
trunk/sources/qetapp.cpp
Modified: trunk/sources/qetapp.cpp
===================================================================
--- trunk/sources/qetapp.cpp 2014-08-11 16:10:07 UTC (rev 3268)
+++ trunk/sources/qetapp.cpp 2014-08-11 16:44:16 UTC (rev 3269)
@@ -940,7 +940,7 @@
Autodetec Windows style
@param Windows style
*/
-#ifdef Q_WS_WIN
+#ifdef defined(Q_WS_WIN)
if ((QSysInfo::WindowsVersion >= QSysInfo::WV_VISTA
&& QSysInfo::WindowsVersion < QSysInfo::WV_NT_based))
style = QLatin1String("WindowsVista");