Skip to content

Commit

Permalink
Apply paul's suggestions:wq
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Apr 30, 2021
1 parent 706079d commit a6d554d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions python/gui/auto_generated/qgsmaptooledit.sip.in
Expand Up @@ -25,14 +25,14 @@ Base class for map tools that edit vector geometry

double defaultZValue() const;
%Docstring
Returns default Z value
Use for set Z coordinate to new vertex
Returns default Z value.
Used for setting Z coordinate to new vertex.
%End

double defaultMValue() const;
%Docstring
Returns default M value
Use for set M coordinate to new vertex
Returns default M value.
Used for setting M coordinate to new vertex.

.. versionadded:: 3.20
%End
Expand Down
12 changes: 6 additions & 6 deletions src/core/qgis.h
Expand Up @@ -169,16 +169,16 @@ class CORE_EXPORT Qgis
static const double SCALE_PRECISION;

/**
* Default Z coordinate value
* This value have to be assigned to the Z coordinate for the vertex.
* \since QGIS 3.0
* Default Z coordinate value.
* This value have to be assigned to the Z coordinate for the vertex.
* \since QGIS 3.0
*/
static const double DEFAULT_Z_COORDINATE;

/**
* Default M coordinate value
* This value have to be assigned to the M coordinate for the vertex.
* \since QGIS 3.20
* Default M coordinate value.
* This value have to be assigned to the M coordinate for the vertex.
* \since QGIS 3.20
*/
static const double DEFAULT_M_COORDINATE;

Expand Down
8 changes: 4 additions & 4 deletions src/gui/qgsmaptooledit.h
Expand Up @@ -39,14 +39,14 @@ class GUI_EXPORT QgsMapToolEdit: public QgsMapTool
Flags flags() const override { return QgsMapTool::EditTool; }

/**
* Returns default Z value
* Use for set Z coordinate to new vertex
* Returns default Z value.
* Used for setting Z coordinate to new vertex.
*/
double defaultZValue() const;

/**
* Returns default M value
* Use for set M coordinate to new vertex
* Returns default M value.
* Used for setting M coordinate to new vertex.
*
* \since QGIS 3.20
*/
Expand Down

0 comments on commit a6d554d

Please sign in to comment.