[qet] [3215] Fix MAC OS X compil |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 3215
Author: scorpio810
Date: 2014-07-16 10:31:11 +0200 (Wed, 16 Jul 2014)
Log Message:
-----------
Fix MAC OS X compil
Modified Paths:
--------------
trunk/sources/newelementwizard.cpp
Modified: trunk/sources/newelementwizard.cpp
===================================================================
--- trunk/sources/newelementwizard.cpp 2014-07-14 20:16:23 UTC (rev 3214)
+++ trunk/sources/newelementwizard.cpp 2014-07-16 08:31:11 UTC (rev 3215)
@@ -41,7 +41,7 @@
#ifdef Q_WS_WIN
setWizardStyle(QWizard::AeroStyle);
-#elif Q_WS_MAC
+#elif defined(Q_WS_MAC)
setWizardStyle(QWizard::MacStyle);
#endif