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.
131131.. versionadded:: 3.4
132132%End
133133
134- virtual QgsFeatureSource::FeatureAvailability hasFeatures() const final ;
134+ virtual QgsFeatureSource::FeatureAvailability hasFeatures() const;
135135%Docstring
136136Will always return FeatureAvailability.FeaturesAvailable or
137137FeatureAvailability.NoFeaturesAvailable.
Original file line number Diff line number Diff line change @@ -958,6 +958,7 @@ sub detect_non_method_member{
958958 do {no warnings ' uninitialized' ;
959959 $LINE =~ s / ^(\s *template\s *<)(?:class|typename) (\w +>)(.*)$/ $1$2$3 / ;
960960 $LINE =~ s /\s *\b override\b // ;
961+ $LINE =~ s /\s *\b final\b // ;
961962 $LINE =~ s /\s *\b extern \b // ;
962963 $LINE =~ s /\s *\b MAYBE_UNUSED \b // ;
963964 $LINE =~ s /\s *\b NODISCARD \b // ;
You can’t perform that action at this time.
0 commit comments