Skip to content

Commit

Permalink
Updated docs for featureCount()
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Feb 20, 2019
1 parent 0514df7 commit 707845d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsvectorlayer.h
Expand Up @@ -1397,6 +1397,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
/**
* Returns feature count including changes which have not yet been committed
* If you need only the count of committed features call this method on this layer's provider.
* \returns the number of features on this layer or -1 if unknown.
*/
long featureCount() const FINAL;

Expand Down

0 comments on commit 707845d

Please sign in to comment.