mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -04:00
fix warnings
This commit is contained in:
parent
f77ab4d52b
commit
00eb2619c6
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user