Skip to content

Commit 73eb762

Browse files
committed
Style
1 parent d21af30 commit 73eb762

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

python/core/auto_generated/qgsvectordataprovider.sip.in

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ Returns true if the layer contains at least one feature.
132132
%End
133133

134134
virtual QgsFeatureSource::FeatureAvailability hasFeatures() const;
135+
135136
%Docstring
136137
Will always return FeatureAvailability.FeaturesAvailable or
137138
FeatureAvailability.NoFeaturesAvailable.

src/core/qgsvectordataprovider.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class CORE_EXPORT QgsVectorDataProvider : public QgsDataProvider, public QgsFeat
180180
* \see empty()
181181
* \since QGIS 3.4
182182
*/
183-
virtual QgsFeatureSource::FeatureAvailability hasFeatures() const;
183+
QgsFeatureSource::FeatureAvailability hasFeatures() const override;
184184

185185
/**
186186
* Returns the fields associated with this data provider.

0 commit comments

Comments
 (0)