Skip to content

Commit

Permalink
follow up 8333b71 QgsSnappingUtils sipify
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jun 15, 2017
1 parent 83c4404 commit 7aec4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/qgssnappingutils.sip
Expand Up @@ -46,7 +46,7 @@ Get a point locator for the given layer. If such locator does not exist, it will

QgsPointLocator::Match snapToMap( QPoint point, QgsPointLocator::MatchFilter *filter = 0 );
%Docstring
Snap to map according to the current configuration (mode). Optional filter allows discarding unwanted matches.
Snap to map according to the current configuration. Optional filter allows discarding unwanted matches.
:rtype: QgsPointLocator.Match
%End
QgsPointLocator::Match snapToMap( const QgsPointXY &pointMap, QgsPointLocator::MatchFilter *filter = 0 );
Expand Down

0 comments on commit 7aec4d1

Please sign in to comment.