fix warnings

This commit is contained in:
Alexander Bruy 2016-11-17 20:37:48 +02:00
parent f77ab4d52b
commit 00eb2619c6
2 changed files with 4 additions and 4 deletions

View File

@ -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,

View File

@ -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,