Skip to content

Commit

Permalink
missed a file in r14284
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14286 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Sep 25, 2010
1 parent 75079a7 commit 794f975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgisinterface.h
Expand Up @@ -306,7 +306,7 @@ class GUI_EXPORT QgisInterface : public QObject
//! Open feature form
// returns true when dialog was accepted
// @added in 1.6
virtual bool openFeatureForm( QgsVectorLayer *vlayer, QgsFeature &f ) = 0;
virtual bool openFeatureForm( QgsVectorLayer *vlayer, QgsFeature &f, bool updateFeatureOnly = false ) = 0;

signals:
/** Emited whenever current (selected) layer changes.
Expand Down

0 comments on commit 794f975

Please sign in to comment.