mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-25 00:03:06 -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,
|
SelectAtId,
|
||||||
/** Allows modifications of geometries */
|
/** Allows modifications of geometries */
|
||||||
ChangeGeometries,
|
ChangeGeometries,
|
||||||
/** DEPRECATED - do not use */
|
/** Can create indexes on provider's fields */
|
||||||
CreateAttributeIndex,
|
CreateAttributeIndex,
|
||||||
/** Allows user to select encoding */
|
/** Allows user to select encoding */
|
||||||
SelectEncoding,
|
SelectEncoding,
|
||||||
|
@ -80,7 +80,7 @@ class CORE_EXPORT QgsVectorDataProvider : public QgsDataProvider
|
|||||||
ChangeGeometries = 1 << 8,
|
ChangeGeometries = 1 << 8,
|
||||||
/** Allows user to select encoding */
|
/** Allows user to select encoding */
|
||||||
SelectEncoding = 1 << 13,
|
SelectEncoding = 1 << 13,
|
||||||
/** DEPRECATED - do not use */
|
/** Can create indexes on provider's fields */
|
||||||
CreateAttributeIndex = 1 << 12,
|
CreateAttributeIndex = 1 << 12,
|
||||||
/** Supports simplification of geometries on provider side according to a distance tolerance */
|
/** Supports simplification of geometries on provider side according to a distance tolerance */
|
||||||
SimplifyGeometries = 1 << 14,
|
SimplifyGeometries = 1 << 14,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user