Adjust target version

This commit is contained in:
Matthias Kuhn 2018-05-28 11:26:45 +02:00
parent 6c72d7e33b
commit eff4bf9572
No known key found for this signature in database
GPG Key ID: A0E766808764D73F

View File

@ -166,7 +166,7 @@ class CORE_EXPORT QgsVectorDataProvider : public QgsDataProvider, public QgsFeat
/**
* Returns true if the layer contains at least one feature.
*
* \since QGIS 3.2
* \since QGIS 3.4
*/
virtual bool empty() const;
@ -177,7 +177,7 @@ 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.2
* \since QGIS 3.4
* \see empty()
*/
virtual QgsFeatureSource::FeatureAvailability hasFeatures() const final;