[QGIS Commit] r11084 - trunk/qgis/python/core
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Wed Jul 15 07:33:19 EDT 2009
Author: mhugent
Date: 2009-07-15 07:33:17 -0400 (Wed, 15 Jul 2009)
New Revision: 11084
Modified:
trunk/qgis/python/core/qgsvectorlayer.sip
Log:
Add missing edit types in python bindings (ticket #1781)
Modified: trunk/qgis/python/core/qgsvectorlayer.sip
===================================================================
--- trunk/qgis/python/core/qgsvectorlayer.sip 2009-07-15 11:09:38 UTC (rev 11083)
+++ trunk/qgis/python/core/qgsvectorlayer.sip 2009-07-15 11:33:17 UTC (rev 11084)
@@ -13,6 +13,9 @@
Classification,
EditRange,
SliderRange
+ FileName,
+ Enumeration,
+ Immutable
};
struct RangeData {
More information about the QGIS-commit
mailing list