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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Mon Jun 14 12:17:32 EDT 2010


Author: jef
Date: 2010-06-14 16:17:32 +0000 (Mon, 14 Jun 2010)
New Revision: 13733

Modified:
   trunk/qgis/src/app/qgisapp.h
Log:
fix ugly workaround r13732

Modified: trunk/qgis/src/app/qgisapp.h
===================================================================
--- trunk/qgis/src/app/qgisapp.h	2010-06-14 16:11:20 UTC (rev 13732)
+++ trunk/qgis/src/app/qgisapp.h	2010-06-14 16:17:32 UTC (rev 13733)
@@ -359,7 +359,7 @@
     //! returns pointer to map legend
     QgsLegend *legend();
 
-#if Q_OS_WIN
+#ifdef Q_OS_WIN
     //! ugly hack
     void skipNextContextMenuEvent();
 #endif



More information about the QGIS-commit mailing list