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
34
34
*
35
35
* @param builder the graph builder
36
36
* @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.
39
39
*/
40
40
virtual void makeGraph( QgsGraphBuilderInterface *builder,
41
41
const QVector< QgsPoint > &additionalPoints,
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ class ANALYSIS_EXPORT QgsGraphDirector : public QObject
47
47
*
48
48
* @param builder the graph builder
49
49
* @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.
52
52
*/
53
53
virtual void makeGraph ( QgsGraphBuilderInterface *builder,
54
54
const QVector< QgsPoint > &additionalPoints,
You can’t perform that action at this time.
0 commit comments