Skip to content

Commit 794f975

Browse files
author
jef
committed
missed a file in r14284
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14286 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 75079a7 commit 794f975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/qgisinterface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ class GUI_EXPORT QgisInterface : public QObject
306306
//! Open feature form
307307
// returns true when dialog was accepted
308308
// @added in 1.6
309-
virtual bool openFeatureForm( QgsVectorLayer *vlayer, QgsFeature &f ) = 0;
309+
virtual bool openFeatureForm( QgsVectorLayer *vlayer, QgsFeature &f, bool updateFeatureOnly = false ) = 0;
310310

311311
signals:
312312
/** Emited whenever current (selected) layer changes.

0 commit comments

Comments
 (0)