Skip to content

Commit

Permalink
sipify
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Apr 30, 2021
1 parent 7c3d4d0 commit d8e91ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/core/auto_generated/qgis.sip.in
Expand Up @@ -114,6 +114,8 @@ The development version

static const double DEFAULT_Z_COORDINATE;

static const double DEFAULT_M_COORDINATE;

static const double UI_SCALE_FACTOR;

static const double DEFAULT_SNAP_TOLERANCE;
Expand Down
6 changes: 6 additions & 0 deletions python/gui/auto_generated/qgsmaptooledit.sip.in
Expand Up @@ -27,6 +27,12 @@ Base class for map tools that edit vector geometry
%Docstring
Returns default Z value
Use for set Z coordinate to new vertex for 2.5d geometries
%End

double defaultMValue() const;
%Docstring
Returns default M value
Use for set M coordinate to new vertex for 2.5d geometries
%End

protected:
Expand Down

0 comments on commit d8e91ac

Please sign in to comment.