mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
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:
parent
cb1e739909
commit
8783e12d74
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user