mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
[PyQGIS] Fixes qgis#42488 : Fix QgsFeatureFilterModel SIP interface
This commit is contained in:
parent
df9ccb53b0
commit
a164a2a452
@ -97,6 +97,9 @@ Allows specifying one value that does not need to match the filter criteria but
|
|||||||
still be available in the model.
|
still be available in the model.
|
||||||
%End
|
%End
|
||||||
|
|
||||||
|
private:
|
||||||
|
virtual void requestToReloadCurrentFeature( QgsFeatureRequest &request );
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/************************************************************************
|
/************************************************************************
|
||||||
|
@ -110,7 +110,7 @@ class CORE_EXPORT QgsFeatureFilterModel : public QgsFeaturePickerModelBase
|
|||||||
private:
|
private:
|
||||||
QgsFeatureExpressionValuesGatherer *createValuesGatherer( const QgsFeatureRequest &request ) const override;
|
QgsFeatureExpressionValuesGatherer *createValuesGatherer( const QgsFeatureRequest &request ) const override;
|
||||||
|
|
||||||
void requestToReloadCurrentFeature( QgsFeatureRequest &request ) override;
|
void requestToReloadCurrentFeature( QgsFeatureRequest &request ) override SIP_FORCE;
|
||||||
|
|
||||||
QSet<QString> requestedAttributes() const override;
|
QSet<QString> requestedAttributes() const override;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user