fix ugly workaround r13732

git-svn-id: http://svn.osgeo.org/qgis/trunk@13733 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2010-06-14 16:17:32 +00:00
parent 3970b78672
commit f1a5dcb40f

View File

@ -359,7 +359,7 @@ class QgisApp : public QMainWindow
//! returns pointer to map legend
QgsLegend *legend();
#if Q_OS_WIN
#ifdef Q_OS_WIN
//! ugly hack
void skipNextContextMenuEvent();
#endif