Skip to content

Commit da6848d

Browse files
authoredSep 15, 2016
Update qgspointlocator.h
A very small but important change to the comments/API documentation. The nearestEdge method does not return multiple edges but only one edge.
1 parent 5e765c9 commit da6848d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgspointlocator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ class CORE_EXPORT QgsPointLocator : public QObject
184184
//! Find nearest vertex to the specified point - up to distance specified by tolerance
185185
//! Optional filter may discard unwanted matches.
186186
Match nearestVertex( const QgsPoint& point, double tolerance, MatchFilter* filter = nullptr );
187-
//! Find nearest edges to the specified point - up to distance specified by tolerance
187+
//! Find nearest edge to the specified point - up to distance specified by tolerance
188188
//! Optional filter may discard unwanted matches.
189189
Match nearestEdge( const QgsPoint& point, double tolerance, MatchFilter* filter = nullptr );
190190
//! Find edges within a specified recangle

0 commit comments

Comments
 (0)
Please sign in to comment.