mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
fix sip error
This commit is contained in:
parent
81dacc726d
commit
bb97787c65
@ -33,7 +33,7 @@ class QgsFeatureRequest
|
||||
|
||||
//! Set feature ID that should be fetched.
|
||||
QgsFeatureRequest& setFilterFid( qint64 fid );
|
||||
const qint64& filterFid() const;
|
||||
qint64 filterFid() const;
|
||||
|
||||
//! Set flags that affect how features will be fetched
|
||||
QgsFeatureRequest& setFlags( Flags flags );
|
||||
|
Loading…
x
Reference in New Issue
Block a user