Change docstring order

This commit is contained in:
Matthias Kuhn 2018-06-04 09:02:45 +02:00
parent 0b96e3ae80
commit 715edb126d
No known key found for this signature in database
GPG Key ID: A0E766808764D73F
2 changed files with 3 additions and 3 deletions

View File

@ -139,9 +139,9 @@ FeatureAvailability.NoFeaturesAvailable.
Calls empty() internally. Providers should override empty()
instead if they provide an optimized version of this call.
.. versionadded:: 3.4
.. seealso:: :py:func:`empty`
.. versionadded:: 3.4
%End
virtual QgsFields fields() const = 0;

View File

@ -177,8 +177,8 @@ class CORE_EXPORT QgsVectorDataProvider : public QgsDataProvider, public QgsFeat
* Calls empty() internally. Providers should override empty()
* instead if they provide an optimized version of this call.
*
* \since QGIS 3.4
* \see empty()
* \since QGIS 3.4
*/
virtual QgsFeatureSource::FeatureAvailability hasFeatures() const final;