We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75079a7 commit 794f975Copy full SHA for 794f975
src/gui/qgisinterface.h
@@ -306,7 +306,7 @@ class GUI_EXPORT QgisInterface : public QObject
306
//! Open feature form
307
// returns true when dialog was accepted
308
// @added in 1.6
309
- virtual bool openFeatureForm( QgsVectorLayer *vlayer, QgsFeature &f ) = 0;
+ virtual bool openFeatureForm( QgsVectorLayer *vlayer, QgsFeature &f, bool updateFeatureOnly = false ) = 0;
310
311
signals:
312
/** Emited whenever current (selected) layer changes.
0 commit comments