Add factory annotation

This commit is contained in:
Marco Hugentobler 2015-06-25 11:34:36 +02:00
parent 7b31f8a02f
commit 39f8bd9eb9

View File

@ -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