Skip to content

Commit b761df0

Browse files
author
jef
committed
missed a file in r14243
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14244 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 149dcca commit b761df0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python/gui/qgisinterface.sip

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,10 @@ class QgisInterface : QObject
256256
virtual QAction *actionHelpSeparator2() = 0;
257257
virtual QAction *actionAbout() = 0;
258258

259+
//! open feature form
260+
// @added in 1.6
261+
virtual bool openFeatureForm( QgsVectorLayer *l, QgsFeature &f ) = 0;
262+
259263
signals:
260264
/** Emited whenever current (selected) layer changes.
261265
* The pointer to layer can be null if no layer is selected

0 commit comments

Comments
 (0)