mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-30 17:10:52 +08:00
Bug fixes
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user