[QGIS Commit] r13343 - trunk/qgis/src/gui
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Thu Apr 22 03:03:02 EDT 2010
Author: jef
Date: 2010-04-22 03:02:46 -0400 (Thu, 22 Apr 2010)
New Revision: 13343
Modified:
trunk/qgis/src/gui/qgsmaptoolpan.cpp
Log:
fix windows link error
Modified: trunk/qgis/src/gui/qgsmaptoolpan.cpp
===================================================================
--- trunk/qgis/src/gui/qgsmaptoolpan.cpp 2010-04-21 19:21:44 UTC (rev 13342)
+++ trunk/qgis/src/gui/qgsmaptoolpan.cpp 2010-04-22 07:02:46 UTC (rev 13343)
@@ -43,6 +43,10 @@
}
}
+void QgsMapToolPan::canvasPressEvent( QMouseEvent * e )
+{
+}
+
void QgsMapToolPan::canvasReleaseEvent( QMouseEvent * e )
{
if ( e->button() == Qt::LeftButton )
More information about the QGIS-commit
mailing list