Add overrides pt 6

This commit is contained in:
Nyall Dawson 2015-01-22 09:37:36 +11:00
parent e847bb1108
commit 45ee1ad3fd

View File

@ -80,7 +80,7 @@ QgsPoint QgsMapMouseEvent::mapPoint( bool* snappedPoint ) const
struct EdgesOnlyFilter : public QgsPointLocator::MatchFilter
{
bool acceptMatch( const QgsPointLocator::Match& m ) { return m.hasEdge(); }
bool acceptMatch( const QgsPointLocator::Match& m ) override { return m.hasEdge(); }
};
QList<QgsPoint> QgsMapMouseEvent::snappedSegment( bool* snapped ) const