Skip to content

Commit

Permalink
missed a file in r14243
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@14244 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Sep 17, 2010
1 parent cb1e739 commit 8783e12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/gui/qgisinterface.sip
Expand Up @@ -256,6 +256,10 @@ class QgisInterface : QObject
virtual QAction *actionHelpSeparator2() = 0;
virtual QAction *actionAbout() = 0;

//! open feature form
// @added in 1.6
virtual bool openFeatureForm( QgsVectorLayer *l, QgsFeature &f ) = 0;

signals:
/** Emited whenever current (selected) layer changes.
* The pointer to layer can be null if no layer is selected
Expand Down

0 comments on commit 8783e12

Please sign in to comment.