Skip to content

Commit 715edb1

Browse files
committed
Change docstring order
1 parent 0b96e3a commit 715edb1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

python/core/auto_generated/qgsvectordataprovider.sip.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ FeatureAvailability.NoFeaturesAvailable.
139139
Calls empty() internally. Providers should override empty()
140140
instead if they provide an optimized version of this call.
141141

142-
.. versionadded:: 3.4
143-
144142
.. seealso:: :py:func:`empty`
143+
144+
.. versionadded:: 3.4
145145
%End
146146

147147
virtual QgsFields fields() const = 0;

src/core/qgsvectordataprovider.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ class CORE_EXPORT QgsVectorDataProvider : public QgsDataProvider, public QgsFeat
177177
* Calls empty() internally. Providers should override empty()
178178
* instead if they provide an optimized version of this call.
179179
*
180-
* \since QGIS 3.4
181180
* \see empty()
181+
* \since QGIS 3.4
182182
*/
183183
virtual QgsFeatureSource::FeatureAvailability hasFeatures() const final;
184184

0 commit comments

Comments
 (0)