We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57eb409 commit 6992f24Copy full SHA for 6992f24
python/core/qgsvectorlayer.sip
@@ -755,6 +755,8 @@ class QgsVectorLayer : QgsMapLayer
755
@param f feature to add
756
@param alsoUpdateExtent If True, will also go to the effort of e.g. updating the extents.
757
@return True in case of success and False in case of error
758
+
759
+ // TODO QGIS3: QgsFeature& f /InOut/
760
*/
761
bool addFeature( QgsFeature& f, bool alsoUpdateExtent = true );
762
0 commit comments