File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
python/core/auto_generated Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ Returns true if the layer contains at least one feature.
131
131
.. versionadded:: 3.4
132
132
%End
133
133
134
- virtual QgsFeatureSource::FeatureAvailability hasFeatures() const final ;
134
+ virtual QgsFeatureSource::FeatureAvailability hasFeatures() const;
135
135
%Docstring
136
136
Will always return FeatureAvailability.FeaturesAvailable or
137
137
FeatureAvailability.NoFeaturesAvailable.
Original file line number Diff line number Diff line change @@ -958,6 +958,7 @@ sub detect_non_method_member{
958
958
do {no warnings ' uninitialized' ;
959
959
$LINE =~ s / ^(\s *template\s *<)(?:class|typename) (\w +>)(.*)$/ $1$2$3 / ;
960
960
$LINE =~ s /\s *\b override\b // ;
961
+ $LINE =~ s /\s *\b final\b // ;
961
962
$LINE =~ s /\s *\b extern \b // ;
962
963
$LINE =~ s /\s *\b MAYBE_UNUSED \b // ;
963
964
$LINE =~ s /\s *\b NODISCARD \b // ;
You can’t perform that action at this time.
0 commit comments