mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-27 00:03:38 -04:00
Undeprecate provider CreateAttributeIndex capability
This capability is still used in QGIS and has value for plugins
This commit is contained in:
parent
5c1151ccb6
commit
ccd9cc8a15
@ -31,7 +31,7 @@ class QgsVectorDataProvider : QgsDataProvider
|
||||
SelectAtId,
|
||||
/** Allows modifications of geometries */
|
||||
ChangeGeometries,
|
||||
/** DEPRECATED - do not use */
|
||||
/** Can create indexes on provider's fields */
|
||||
CreateAttributeIndex,
|
||||
/** Allows user to select encoding */
|
||||
SelectEncoding,
|
||||
|
@ -80,7 +80,7 @@ class CORE_EXPORT QgsVectorDataProvider : public QgsDataProvider
|
||||
ChangeGeometries = 1 << 8,
|
||||
/** Allows user to select encoding */
|
||||
SelectEncoding = 1 << 13,
|
||||
/** DEPRECATED - do not use */
|
||||
/** Can create indexes on provider's fields */
|
||||
CreateAttributeIndex = 1 << 12,
|
||||
/** Supports simplification of geometries on provider side according to a distance tolerance */
|
||||
SimplifyGeometries = 1 << 14,
|
||||
|
Loading…
x
Reference in New Issue
Block a user