Commit 6bb9aa6 mhugent
committed
1 parent 1aeac4e commit 6bb9aa6 Copy full SHA for 6bb9aa6
File tree 2 files changed +0
-7
lines changed
2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,6 @@ void QgsMapToolPan::canvasMoveEvent( QMouseEvent * e )
43
43
}
44
44
}
45
45
46
- void QgsMapToolPan::canvasPressEvent ( QMouseEvent * e )
47
- {
48
- }
49
-
50
46
void QgsMapToolPan::canvasReleaseEvent ( QMouseEvent * e )
51
47
{
52
48
if ( e->button () == Qt::LeftButton )
Original file line number Diff line number Diff line change @@ -34,9 +34,6 @@ class GUI_EXPORT QgsMapToolPan : public QgsMapTool
34
34
// ! Overridden mouse move event
35
35
virtual void canvasMoveEvent ( QMouseEvent * e );
36
36
37
- // ! Overridden mouse press event
38
- virtual void canvasPressEvent ( QMouseEvent * e );
39
-
40
37
// ! Overridden mouse release event
41
38
virtual void canvasReleaseEvent ( QMouseEvent * e );
42
39
You can’t perform that action at this time.
0 commit comments