Skip to content

Commit

Permalink
Add missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
strk committed Jun 28, 2016
1 parent 73ac2f3 commit 323abe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsmapcanvassnapper.h
Expand Up @@ -54,6 +54,7 @@ class GUI_EXPORT QgsMapCanvasSnapper
* @param allResutInTolerance return all thew results in the tolerance * @param allResutInTolerance return all thew results in the tolerance
*/ */
int snapToCurrentLayer( QPoint p, QList<QgsSnappingResult>& results, QgsSnapper::SnappingType snap_to, double snappingTol = -1, const QList<QgsPoint>& excludePoints = QList<QgsPoint>(), bool allResutInTolerance = false ); int snapToCurrentLayer( QPoint p, QList<QgsSnappingResult>& results, QgsSnapper::SnappingType snap_to, double snappingTol = -1, const QList<QgsPoint>& excludePoints = QList<QgsPoint>(), bool allResutInTolerance = false );

/** Snaps to the background layers. This method is useful to align the features of the /** Snaps to the background layers. This method is useful to align the features of the
* edited layers to those of other layers (as described in the project properties). * edited layers to those of other layers (as described in the project properties).
* Uses snap mode QgsSnapper::SnapWithOneResult. Therefore, only the * Uses snap mode QgsSnapper::SnapWithOneResult. Therefore, only the
Expand Down

0 comments on commit 323abe4

Please sign in to comment.