We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 4e06c28 commit 6a7570fCopy full SHA for 6a7570f
src/core/qgsfeature.cpp
@@ -377,7 +377,8 @@ QString const & QgsFeature::wellKnownText() const
377
}
378
else
379
{
380
- return QString::null; // TODO: Test for mGeometry in all functions of this class
+ static QString emptyString("");
381
+ return emptyString; // TODO: Test for mGeometry in all functions of this class
382
383
/*
384
if(mWKT.isNull())
0 commit comments