Skip to content

Commit 707845d

Browse files
authored
Updated docs for featureCount()
1 parent 0514df7 commit 707845d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/qgsvectorlayer.h

+1
Original file line numberDiff line numberDiff line change
@@ -1397,6 +1397,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
13971397
/**
13981398
* Returns feature count including changes which have not yet been committed
13991399
* If you need only the count of committed features call this method on this layer's provider.
1400+
* \returns the number of features on this layer or -1 if unknown.
14001401
*/
14011402
long featureCount() const FINAL;
14021403

0 commit comments

Comments
 (0)