Skip to content

Commit

Permalink
Merge pull request #3497 from chau-intl/patch-1
Browse files Browse the repository at this point in the history
Small correction of documenation in qgspointlocator.h
  • Loading branch information
nyalldawson committed Sep 15, 2016
2 parents 8746932 + da6848d commit 1b0efa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgspointlocator.h
Expand Up @@ -184,7 +184,7 @@ class CORE_EXPORT QgsPointLocator : public QObject
//! Find nearest vertex to the specified point - up to distance specified by tolerance
//! Optional filter may discard unwanted matches.
Match nearestVertex( const QgsPoint& point, double tolerance, MatchFilter* filter = nullptr );
//! Find nearest edges to the specified point - up to distance specified by tolerance
//! Find nearest edge to the specified point - up to distance specified by tolerance
//! Optional filter may discard unwanted matches.
Match nearestEdge( const QgsPoint& point, double tolerance, MatchFilter* filter = nullptr );
//! Find edges within a specified recangle
Expand Down

0 comments on commit 1b0efa3

Please sign in to comment.