From 39f8bd9eb9a353eb09475e53d2893c2bdbfb3cba Mon Sep 17 00:00:00 2001 From: Marco Hugentobler Date: Thu, 25 Jun 2015 11:34:36 +0200 Subject: [PATCH] Add factory annotation --- python/core/geometry/qgsgeometry.sip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/core/geometry/qgsgeometry.sip b/python/core/geometry/qgsgeometry.sip index cc21e9ad23e..0b0d33ad678 100644 --- a/python/core/geometry/qgsgeometry.sip +++ b/python/core/geometry/qgsgeometry.sip @@ -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