We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecc9636 commit 32978fbCopy full SHA for 32978fb
python/core/qgsvectorlayer.sip
@@ -2,6 +2,7 @@
2
typedef QList<int> QgsAttributeList;
3
typedef QSet<qint64> QgsFeatureIds;
4
typedef QSet<int> QgsAttributeIds;
5
+typedef qint64 QgsFeatureId;
6
7
8
/** @note added in 1.7 */
@@ -675,8 +676,8 @@ signals:
675
676
void featureDeleted(qint64 fid);
677
void layerDeleted();
678
- void attributeValueChanged(qint64 fid, int idx, const QVariant &);
679
- void geometryChanged(qint64 fid, QgsGeometry & );
+ void attributeValueChanged(QgsFeatureId fid, int idx, const QVariant &);
680
+ void geometryChanged(QgsFeatureId fid, QgsGeometry & );
681
682
/** Signals emitted after committing changes
683
\note added in v1.6 */
0 commit comments