File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ class QgsGraphDirector : QObject
3434 *
3535 * @param builder the graph builder
3636 * @param additionalPoints list of points that should be snapped to the graph
37- * @param tiedPoints list of snapped points
38- * @note if tiedPoints [i] == QgsPoint(0.0,0.0) then snapping failed.
37+ * @param snappedPoints list of snapped points
38+ * @note if snappedPoints [i] == QgsPoint(0.0,0.0) then snapping failed.
3939 */
4040 virtual void makeGraph( QgsGraphBuilderInterface *builder,
4141 const QVector< QgsPoint > &additionalPoints,
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ class ANALYSIS_EXPORT QgsGraphDirector : public QObject
4747 *
4848 * @param builder the graph builder
4949 * @param additionalPoints list of points that should be snapped to the graph
50- * @param tiedPoints list of snapped points
51- * @note if tiedPoints [i] == QgsPoint(0.0,0.0) then snapping failed.
50+ * @param snappedPoints list of snapped points
51+ * @note if snappedPoints [i] == QgsPoint(0.0,0.0) then snapping failed.
5252 */
5353 virtual void makeGraph ( QgsGraphBuilderInterface *builder,
5454 const QVector< QgsPoint > &additionalPoints,
You can’t perform that action at this time.
0 commit comments