Skip to content

Commit

Permalink
Link to QT upstream issue
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed Nov 29, 2021
1 parent 955c78e commit 1a40546
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -551,7 +551,7 @@ void QgsDelimitedTextFeatureIterator::fetchAttribute( QgsFeature &feature, int f
{
// Use std library because QString( "9189304972279762602").toLongLong( &ok )
// sets ok to true and returns 1836535466
// I'm not sure if this is a QT 5.15.2 specific bug.
// See: https://bugreports.qt.io/browse/QTBUG-98725
try
{
val = QVariant( std::stoll( value.toStdString() ) );
Expand Down

0 comments on commit 1a40546

Please sign in to comment.