Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix warning
  • Loading branch information
nyalldawson committed Apr 1, 2023
1 parent cc2d032 commit 8271c2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/providers/hana/qgshanautils.cpp
Expand Up @@ -187,6 +187,8 @@ QString QgsHanaUtils::toString( Qgis::DistanceUnit unit )
return QStringLiteral( "millimeter" );
case Qgis::DistanceUnit::NauticalMiles:
return QStringLiteral( "nautical mile" );
case Qgis::DistanceUnit::Inches:
return QStringLiteral( "inch" );
case Qgis::DistanceUnit::Unknown:
return QStringLiteral( "<unknown>" );
}
Expand Down

0 comments on commit 8271c2d

Please sign in to comment.