[QGIS Commit] r10847 - trunk/qgis/python/core
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Mon May 25 15:29:16 EDT 2009
Author: mhugent
Date: 2009-05-25 15:29:15 -0400 (Mon, 25 May 2009)
New Revision: 10847
Modified:
trunk/qgis/python/core/qgsvectorlayer.sip
Log:
Revert change in qgsvectorlayer.sip
Modified: trunk/qgis/python/core/qgsvectorlayer.sip
===================================================================
--- trunk/qgis/python/core/qgsvectorlayer.sip 2009-05-25 15:52:20 UTC (rev 10846)
+++ trunk/qgis/python/core/qgsvectorlayer.sip 2009-05-25 19:29:15 UTC (rev 10847)
@@ -165,7 +165,7 @@
bool fetchGeometry = true,
bool useIntersect = false);
- bool nextFeature(QgsFeature& feature /Out/ );
+ bool nextFeature(QgsFeature& feature);
/**Gets the feature at the given feature id. Considers the changed, added, deleted and permanent features
More information about the QGIS-commit
mailing list