mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Fix docstring
This commit is contained in:
parent
8be4cc6079
commit
6a265d4a5c
@ -134,10 +134,10 @@ Returns true if the layer contains at least one feature.
|
||||
virtual QgsFeatureSource::FeatureAvailability hasFeatures() const final;
|
||||
%Docstring
|
||||
Will always return FeatureAvailability.FeaturesAvailable or
|
||||
FeatureAvailability.FeaturesMaybeAvailable.
|
||||
FeatureAvailability.NoFeaturesAvailable.
|
||||
|
||||
Calls empty() internally. Providers should override empty instead
|
||||
if they provide an optimized version of this call.
|
||||
Calls empty() internally. Providers should override empty()
|
||||
instead if they provide an optimized version of this call.
|
||||
|
||||
.. versionadded:: 3.2
|
||||
|
||||
|
@ -172,10 +172,10 @@ class CORE_EXPORT QgsVectorDataProvider : public QgsDataProvider, public QgsFeat
|
||||
|
||||
/**
|
||||
* Will always return FeatureAvailability::FeaturesAvailable or
|
||||
* FeatureAvailability::FeaturesMaybeAvailable.
|
||||
* FeatureAvailability::NoFeaturesAvailable.
|
||||
*
|
||||
* Calls empty() internally. Providers should override empty instead
|
||||
* if they provide an optimized version of this call.
|
||||
* Calls empty() internally. Providers should override empty()
|
||||
* instead if they provide an optimized version of this call.
|
||||
*
|
||||
* \since QGIS 3.2
|
||||
* \see empty()
|
||||
|
Loading…
x
Reference in New Issue
Block a user