File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class QgsVectorDataProvider : QgsDataProvider
31
31
SelectAtId,
32
32
/** Allows modifications of geometries */
33
33
ChangeGeometries,
34
- /** DEPRECATED - do not use */
34
+ /** Can create indexes on provider's fields */
35
35
CreateAttributeIndex,
36
36
/** Allows user to select encoding */
37
37
SelectEncoding,
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ class CORE_EXPORT QgsVectorDataProvider : public QgsDataProvider
80
80
ChangeGeometries = 1 << 8 ,
81
81
/* * Allows user to select encoding */
82
82
SelectEncoding = 1 << 13 ,
83
- /* * DEPRECATED - do not use */
83
+ /* * Can create indexes on provider's fields */
84
84
CreateAttributeIndex = 1 << 12 ,
85
85
/* * Supports simplification of geometries on provider side according to a distance tolerance */
86
86
SimplifyGeometries = 1 << 14 ,
You can’t perform that action at this time.
0 commit comments