mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[processing] Make python field calculator support LongLong
This commit is contained in:
parent
506b35a75d
commit
0ac02497b9
@ -52,7 +52,7 @@ class FieldsPyculator(QgisAlgorithm):
|
||||
OUTPUT = 'OUTPUT'
|
||||
RESULT_VAR_NAME = 'value'
|
||||
|
||||
TYPES = [QVariant.Int, QVariant.Double, QVariant.String]
|
||||
TYPES = [QVariant.LongLong, QVariant.Double, QVariant.String]
|
||||
|
||||
def group(self):
|
||||
return self.tr('Vector table')
|
||||
|
Loading…
x
Reference in New Issue
Block a user