Skip to content
Permalink
Browse files
fix warnings
  • Loading branch information
alexbruy committed Nov 21, 2016
1 parent f77ab4d commit 00eb261
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
@@ -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,
@@ -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,

0 comments on commit 00eb261

Please sign in to comment.