Skip to content

Commit 6992f24

Browse files
committed
Add QGIS3 API change comment
1 parent 57eb409 commit 6992f24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/core/qgsvectorlayer.sip

+2
Original file line numberDiff line numberDiff line change
@@ -755,6 +755,8 @@ class QgsVectorLayer : QgsMapLayer
755755
@param f feature to add
756756
@param alsoUpdateExtent If True, will also go to the effort of e.g. updating the extents.
757757
@return True in case of success and False in case of error
758+
759+
// TODO QGIS3: QgsFeature& f /InOut/
758760
*/
759761
bool addFeature( QgsFeature& f, bool alsoUpdateExtent = true );
760762

0 commit comments

Comments
 (0)