Skip to content

Commit 1aeac4e

Browse files
author
jef
committed
fix windows link error
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13343 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ceec7bd commit 1aeac4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/gui/qgsmaptoolpan.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ void QgsMapToolPan::canvasMoveEvent( QMouseEvent * e )
4343
}
4444
}
4545

46+
void QgsMapToolPan::canvasPressEvent( QMouseEvent * e )
47+
{
48+
}
49+
4650
void QgsMapToolPan::canvasReleaseEvent( QMouseEvent * e )
4751
{
4852
if ( e->button() == Qt::LeftButton )

0 commit comments

Comments
 (0)