Skip to content

Commit

Permalink
Adjust target version
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jun 4, 2018
1 parent 6c72d7e commit eff4bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgsvectordataprovider.h
Expand Up @@ -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;

Expand All @@ -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;
Expand Down

0 comments on commit eff4bf9

Please sign in to comment.