Skip to content

Commit 5c6ae04

Browse files
author
wonder
committedMar 2, 2010
PyQGIS: Fixed splitGeometry() method
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12992 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent d63121b commit 5c6ae04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/core/qgsgeometry.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ not disjoint with existing polygons of the feature*/
216216
@param topological true if topological editing is enabled
217217
@topologyTestPoints OUT: points that need to be tested for topological completeness in the dataset
218218
@return 0 in case of success, 1 if geometry has not been split, error else*/
219-
int splitGeometry(const QList<QgsPoint>& splitLine, QList<QgsGeometry*>& newGeometries, bool topological, QList<QgsPoint>& topologyTestPoints);
219+
int splitGeometry(const QList<QgsPoint>& splitLine, QList<QgsGeometry*>& newGeometries /Out/, bool topological, QList<QgsPoint>& topologyTestPoints /Out/);
220220

221221
/**Replaces a part of this geometry with another line
222222
@return 0 in case of success

0 commit comments

Comments
 (0)