mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Merge pull request #3497 from chau-intl/patch-1
Small correction of documenation in qgspointlocator.h
This commit is contained in:
commit
1b0efa3f20
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user