Skip to content

Commit 7c06dff

Browse files
author
mhugent
committed
Add missing edit types in python bindings (ticket #1781)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11084 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 44f7d41 commit 7c06dff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/core/qgsvectorlayer.sip

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ public:
1313
Classification,
1414
EditRange,
1515
SliderRange
16+
FileName,
17+
Enumeration,
18+
Immutable
1619
};
1720

1821
struct RangeData {

0 commit comments

Comments
 (0)