[QGIS Commit] r14244 - trunk/qgis/python/gui

svn_qgis at osgeo.org svn_qgis at osgeo.org
Fri Sep 17 08:39:16 EDT 2010


Author: jef
Date: 2010-09-17 12:39:15 +0000 (Fri, 17 Sep 2010)
New Revision: 14244

Modified:
   trunk/qgis/python/gui/qgisinterface.sip
Log:
missed a file in r14243

Modified: trunk/qgis/python/gui/qgisinterface.sip
===================================================================
--- trunk/qgis/python/gui/qgisinterface.sip	2010-09-17 10:28:01 UTC (rev 14243)
+++ trunk/qgis/python/gui/qgisinterface.sip	2010-09-17 12:39:15 UTC (rev 14244)
@@ -256,6 +256,10 @@
     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



More information about the QGIS-commit mailing list