Skip to content

Commit

Permalink
Quick fix after MTR merge
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Feb 23, 2014
1 parent fafa58e commit e969376
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/qgsmapcanvas.cpp
Expand Up @@ -1799,6 +1799,7 @@ void QgsMapCanvas::mapToolDestroyed()
mMapTool = 0;
}

#if 0 // TODO[MD]: after merge
#ifdef HAVE_TOUCH
bool QgsMapCanvas::event( QEvent * e )
{
Expand All @@ -1823,3 +1824,4 @@ bool QgsMapCanvas::event( QEvent * e )
return done;
}
#endif
#endif

0 comments on commit e969376

Please sign in to comment.