diff --git a/python/analysis/network/qgsgraphdirector.sip b/python/analysis/network/qgsgraphdirector.sip index b30641ce6c8..b9c6ae728cd 100644 --- a/python/analysis/network/qgsgraphdirector.sip +++ b/python/analysis/network/qgsgraphdirector.sip @@ -34,8 +34,8 @@ class QgsGraphDirector : QObject * * @param builder the graph builder * @param additionalPoints list of points that should be snapped to the graph - * @param tiedPoints list of snapped points - * @note if tiedPoints[i] == QgsPoint(0.0,0.0) then snapping failed. + * @param snappedPoints list of snapped points + * @note if snappedPoints[i] == QgsPoint(0.0,0.0) then snapping failed. */ virtual void makeGraph( QgsGraphBuilderInterface *builder, const QVector< QgsPoint > &additionalPoints, diff --git a/src/analysis/network/qgsgraphdirector.h b/src/analysis/network/qgsgraphdirector.h index 35edc4742cd..6f5361f98d1 100644 --- a/src/analysis/network/qgsgraphdirector.h +++ b/src/analysis/network/qgsgraphdirector.h @@ -47,8 +47,8 @@ class ANALYSIS_EXPORT QgsGraphDirector : public QObject * * @param builder the graph builder * @param additionalPoints list of points that should be snapped to the graph - * @param tiedPoints list of snapped points - * @note if tiedPoints[i] == QgsPoint(0.0,0.0) then snapping failed. + * @param snappedPoints list of snapped points + * @note if snappedPoints[i] == QgsPoint(0.0,0.0) then snapping failed. */ virtual void makeGraph( QgsGraphBuilderInterface *builder, const QVector< QgsPoint > &additionalPoints,