Skip to content

Commit d21af30

Browse files
committedJun 28, 2018
Followup d0e9472
We can't safely use final on anything exposed through sip
1 parent d0e9472 commit d21af30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsvectordataprovider.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class CORE_EXPORT QgsVectorDataProvider : public QgsDataProvider, public QgsFeat
180180
* \see empty()
181181
* \since QGIS 3.4
182182
*/
183-
virtual QgsFeatureSource::FeatureAvailability hasFeatures() const final;
183+
virtual QgsFeatureSource::FeatureAvailability hasFeatures() const;
184184

185185
/**
186186
* Returns the fields associated with this data provider.

0 commit comments

Comments
 (0)
Please sign in to comment.