We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e79d9 commit a2327d3Copy full SHA for a2327d3
src/providers/virtual/qgsvirtuallayerfeatureiterator.h
@@ -68,7 +68,7 @@ class QgsVirtualLayerFeatureIterator : public QgsAbstractFeatureIteratorFromSour
68
69
QgsAttributeList mAttributes;
70
QString mSqlQuery;
71
- QgsFeatureId mFid;
+ QgsFeatureId mFid = 0;
72
73
};
74
0 commit comments