Bug fixes

This commit is contained in:
Daniel Girardeau-Montaut
2019-02-08 18:09:26 +01:00
parent b0b987e0fe
commit b9e8364c69
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -831,7 +831,7 @@ QString PointFeature::toString() const
//special case for the 'SF' type
if (type == SF)
{
//'SF#' + sf index
//'SF' + sf index
description += QString::number(sourceSFIndex);
}