[QGIS Commit] r9103 - trunk/qgis/src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Aug 20 16:06:53 EDT 2008


Author: jef
Date: 2008-08-20 16:06:53 -0400 (Wed, 20 Aug 2008)
New Revision: 9103

Modified:
   trunk/qgis/src/app/qgisapp.cpp
Log:
fix another compile error on OSX

Modified: trunk/qgis/src/app/qgisapp.cpp
===================================================================
--- trunk/qgis/src/app/qgisapp.cpp	2008-08-20 20:04:46 UTC (rev 9102)
+++ trunk/qgis/src/app/qgisapp.cpp	2008-08-20 20:06:53 UTC (rev 9103)
@@ -72,7 +72,12 @@
 //
 #ifdef Q_OS_MACX
 #include <ApplicationServices/ApplicationServices.h>
+
+// check macro breaks QItemDelegate
+#ifdef check
+#undef check
 #endif
+#endif
 
 //
 // QGIS Specific Includes



More information about the QGIS-commit mailing list