Skip to content

Commit eff4bf9

Browse files
committed
Adjust target version
1 parent 6c72d7e commit eff4bf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/qgsvectordataprovider.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class CORE_EXPORT QgsVectorDataProvider : public QgsDataProvider, public QgsFeat
166166
/**
167167
* Returns true if the layer contains at least one feature.
168168
*
169-
* \since QGIS 3.2
169+
* \since QGIS 3.4
170170
*/
171171
virtual bool empty() const;
172172

@@ -177,7 +177,7 @@ 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.2
180+
* \since QGIS 3.4
181181
* \see empty()
182182
*/
183183
virtual QgsFeatureSource::FeatureAvailability hasFeatures() const final;

0 commit comments

Comments
 (0)