Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix version in doc
  • Loading branch information
vcloarec committed Apr 28, 2023
1 parent 77e6135 commit 2e3c2c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -365,7 +365,7 @@ Removes previous point in the CAD point list
%Docstring
Updates the current ``point`` in the CAD point list

.. versionadded:: 3.30.2
.. versionadded:: 3.28.6
%End

void setPoints( const QList<QgsPointXY> &points );
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsadvanceddigitizingdockwidget.h
Expand Up @@ -363,7 +363,7 @@ class GUI_EXPORT QgsAdvancedDigitizingDockWidget : public QgsDockWidget, private

/**
* Updates the current \a point in the CAD point list
* \since QGIS 3.30.2
* \since QGIS 3.28.6
*/
void updateCurrentPoint( const QgsPoint &point );

Expand Down

0 comments on commit 2e3c2c6

Please sign in to comment.