Skip to content

Commit 135aea5

Browse files
committed
[processing] fixed type name in refactor fields alg
1 parent 54040cb commit 135aea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/qgis/ui/FieldsMappingPanel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class FieldsMappingModel(QAbstractTableModel):
5151
(QVariant.Double, "Double"),
5252
(QVariant.String, "String"),
5353
(QVariant.DateTime, "Date"),
54-
(QVariant.LongLong, "Double"),
54+
(QVariant.LongLong, "Long integer"),
5555
(QVariant.Date, "Date")])
5656

5757
columns = [

0 commit comments

Comments
 (0)