Skip to content

Commit 30de77f

Browse files

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/core/qgsvectorfilewriter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ bool QgsVectorFileWriter::addFeature( QgsFeature& feature )
217217
case QVariant::Double:
218218
OGR_F_SetFieldDouble( poFeature, ogrField, attrValue.toDouble() );
219219
break;
220+
case QVariant::LongLong:
220221
case QVariant::String:
221222
OGR_F_SetFieldString( poFeature, ogrField, mCodec->fromUnicode( attrValue.toString() ).data() );
222223
break;

0 commit comments

Comments
 (0)
Please sign in to comment.