diff --git a/python/core/qgsvectorlayer.sip b/python/core/qgsvectorlayer.sip index 21de5527194..97c1ba512ab 100644 --- a/python/core/qgsvectorlayer.sip +++ b/python/core/qgsvectorlayer.sip @@ -774,6 +774,14 @@ class QgsVectorLayer : QgsMapLayer /** set edit form (added in 1.4) */ void setEditForm( QString ui ); + /** Type of feature form pop-up suppression after feature creation (overrides app setting) + * @note added in 2.1 */ + QgsVectorLayer::FeatureFormSuppress featureFormSuppress() const; + + /** Set type of feature form pop-up suppression after feature creation (overrides app setting) + * @note added in 2.1 */ + void setFeatureFormSuppress( QgsVectorLayer::FeatureFormSuppress s ); + /** get annotation form (added in 1.5)*/ QString annotationForm() const; diff --git a/python/qsci_apis/pyqgis.pap b/python/qsci_apis/pyqgis.pap index 5a6e913a0ff..03784ffaac3 100644 Binary files a/python/qsci_apis/pyqgis.pap and b/python/qsci_apis/pyqgis.pap differ