Skip to content

Commit b29cbbc

Browse files
committed
sip bindings: fix QgsFeatureIds typedef (fixes missing signal
QgsVectorLayer.featuresDeleted and others; fixes #13740) (backported from commit b5794b2)
1 parent e9e15ce commit b29cbbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/core/qgsfeature.sip

+1-1
Original file line numberDiff line numberDiff line change
@@ -440,4 +440,4 @@ class QgsFeature
440440

441441
}; // class QgsFeature
442442

443-
typedef QSet<QgsFeatureId> QgsFeatureIds;
443+
typedef QSet<qint64> QgsFeatureIds;

0 commit comments

Comments
 (0)