mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
fix another compile error on OSX
git-svn-id: http://svn.osgeo.org/qgis/trunk@9103 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
630e3de8a0
commit
986beb916a
@ -72,6 +72,11 @@
|
||||
//
|
||||
#ifdef Q_OS_MACX
|
||||
#include <ApplicationServices/ApplicationServices.h>
|
||||
|
||||
// check macro breaks QItemDelegate
|
||||
#ifdef check
|
||||
#undef check
|
||||
#endif
|
||||
#endif
|
||||
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user