We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8207161 commit 53527caCopy full SHA for 53527ca
src/core/qgsvectorlayereditpassthrough.h
@@ -24,7 +24,7 @@ class CORE_EXPORT QgsVectorLayerEditPassthrough : public QgsVectorLayerEditBuffe
24
Q_OBJECT
25
public:
26
QgsVectorLayerEditPassthrough( QgsVectorLayer* layer ) { L = layer; }
27
- bool isModified() const override { return false; }
+ bool isModified() const override { return true; }
28
bool addFeature( QgsFeature& f ) override;
29
bool addFeatures( QgsFeatureList& features ) override;
30
bool deleteFeature( QgsFeatureId fid ) override;
0 commit comments