Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add factory annotation
  • Loading branch information
mhugent committed Jun 25, 2015
1 parent 7b31f8a commit 39f8bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/geometry/qgsgeometry.sip
Expand Up @@ -682,7 +682,7 @@ class QgsGeometry
QgsPolyline smoothLine( const QgsPolyline &polyline, const unsigned int iterations = 1, const double offset = 0.25 ) const;

/** Creates and returns a new geometry engine*/
static QgsGeometryEngine* createGeometryEngine( const QgsAbstractGeometryV2* geometry );
static QgsGeometryEngine* createGeometryEngine( const QgsAbstractGeometryV2* geometry ) /Factory/;

}; // class QgsGeometry

0 comments on commit 39f8bd9

Please sign in to comment.