Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 28, 2018
1 parent d21af30 commit 73eb762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions python/core/auto_generated/qgsvectordataprovider.sip.in
Expand Up @@ -132,6 +132,7 @@ Returns true if the layer contains at least one feature.
%End

virtual QgsFeatureSource::FeatureAvailability hasFeatures() const;

%Docstring
Will always return FeatureAvailability.FeaturesAvailable or
FeatureAvailability.NoFeaturesAvailable.
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsvectordataprovider.h
Expand Up @@ -180,7 +180,7 @@ class CORE_EXPORT QgsVectorDataProvider : public QgsDataProvider, public QgsFeat
* \see empty()
* \since QGIS 3.4
*/
virtual QgsFeatureSource::FeatureAvailability hasFeatures() const;
QgsFeatureSource::FeatureAvailability hasFeatures() const override;

/**
* Returns the fields associated with this data provider.
Expand Down

0 comments on commit 73eb762

Please sign in to comment.