Skip to content

Commit b221bfe

Browse files
author
jef
committed
fix another compile error on OSX
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9103 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ab68af4 commit b221bfe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/app/qgisapp.cpp

+5
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@
7272
//
7373
#ifdef Q_OS_MACX
7474
#include <ApplicationServices/ApplicationServices.h>
75+
76+
// check macro breaks QItemDelegate
77+
#ifdef check
78+
#undef check
79+
#endif
7580
#endif
7681

7782
//

0 commit comments

Comments
 (0)