mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
Add overrides pt 6
This commit is contained in:
parent
e847bb1108
commit
45ee1ad3fd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user