missed a file in r14243

git-svn-id: http://svn.osgeo.org/qgis/trunk@14244 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2010-09-17 12:39:15 +00:00
parent cb1e739909
commit 8783e12d74

View File

@ -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