mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
[WFS/OAPIF provider] Fix 'NULL QString was stored in a QVariant -- stop it' warning
This commit is contained in:
parent
f6af9f6a67
commit
1fa7fa6970
@ -588,7 +588,7 @@ void QgsBackgroundCachedSharedData::serializeFeatures( QVector<QgsFeatureUniqueI
|
||||
}
|
||||
else
|
||||
{
|
||||
cachedFeature.setAttribute( hexwkbGeomIdx, QVariant( QString() ) );
|
||||
cachedFeature.setAttribute( hexwkbGeomIdx, QVariant() );
|
||||
}
|
||||
|
||||
const QString &uniqueId = featPair.second;
|
||||
|
Loading…
x
Reference in New Issue
Block a user