mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
fix enum
This commit is contained in:
parent
67b01dee0c
commit
6606d463d3
@ -189,8 +189,8 @@ class QgsProcessingParameterDefinition
|
||||
|
||||
enum LayerType
|
||||
{
|
||||
TypeAny
|
||||
TypeVectorAny
|
||||
TypeAny,
|
||||
TypeVectorAny,
|
||||
TypeVectorPoint,
|
||||
TypeVectorLine,
|
||||
TypeVectorPolygon,
|
||||
@ -1091,7 +1091,7 @@ class QgsProcessingParameterTableField : QgsProcessingParameterDefinition
|
||||
|
||||
enum DataType
|
||||
{
|
||||
Any
|
||||
Any,
|
||||
Numeric,
|
||||
String,
|
||||
DateTime
|
||||
|
@ -61,9 +61,9 @@ Bitmask of all provider's editing capabilities
|
||||
enum FeatureCountState
|
||||
{
|
||||
//! Feature
|
||||
Uncounted
|
||||
Uncounted,
|
||||
//! Provider
|
||||
UnknownCount
|
||||
UnknownCount,
|
||||
};
|
||||
|
||||
QgsVectorDataProvider( const QString &uri = QString() );
|
||||
|
Loading…
x
Reference in New Issue
Block a user