mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-12 00:02:25 -04:00
Followup d0e94728
We can't safely use final on anything exposed through sip
This commit is contained in:
parent
d0e94728d8
commit
d21af30d4d
@ -180,7 +180,7 @@ class CORE_EXPORT QgsVectorDataProvider : public QgsDataProvider, public QgsFeat
|
||||
* \see empty()
|
||||
* \since QGIS 3.4
|
||||
*/
|
||||
virtual QgsFeatureSource::FeatureAvailability hasFeatures() const final;
|
||||
virtual QgsFeatureSource::FeatureAvailability hasFeatures() const;
|
||||
|
||||
/**
|
||||
* Returns the fields associated with this data provider.
|
||||
|
Loading…
x
Reference in New Issue
Block a user