Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix travis errors
  • Loading branch information
PeterPetrik committed May 30, 2018
1 parent 7af2e68 commit 69fa261
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgstessellator.sip.in
Expand Up @@ -46,7 +46,7 @@ Vertice coordinates are stored as (x, z, -y)

int dataVerticesCount() const;
%Docstring
Return number of vertices stored in the output data array
Returns the number of vertices stored in the output data array
%End

int stride() const;
Expand Down
2 changes: 1 addition & 1 deletion python/core/core_auto.sip
Expand Up @@ -3,6 +3,7 @@
%Include auto_generated/expression/qgsexpressionnode.sip
%Include auto_generated/expression/qgsexpressionnodeimpl.sip
%Include auto_generated/expression/qgsexpressionfunction.sip
%Include auto_generated/qgstessellator.sip
%Include auto_generated/qgis.sip
%Include auto_generated/qgsaction.sip
%Include auto_generated/qgsactionscope.sip
Expand Down Expand Up @@ -348,7 +349,6 @@
%Include auto_generated/qgsrunprocess.sip
%Include auto_generated/qgssnappingconfig.sip
%Include auto_generated/qgstaskmanager.sip
%Include auto_generated/qgstessellator.sip
%Include auto_generated/qgstolerance.sip
%Include auto_generated/qgstrackedvectorlayertools.sip
%Include auto_generated/qgstransaction.sip
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgstessellator.h
Expand Up @@ -53,7 +53,7 @@ class CORE_EXPORT QgsTessellator
*/
QVector<float> data() const { return mData; }

//! Return number of vertices stored in the output data array
//! Returns the number of vertices stored in the output data array
int dataVerticesCount() const;

//! Returns size of one vertex entry in bytes
Expand Down

0 comments on commit 69fa261

Please sign in to comment.