Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix build warning
  • Loading branch information
nyalldawson committed Oct 3, 2017
1 parent 4f34f94 commit 38fd985
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/qgsmetadatawidget.cpp
Expand Up @@ -510,7 +510,6 @@ bool QgsMetadataWidget::checkMetadata() const
QString errors;
if ( results == false )
{
errors = QStringLiteral();
for ( const QgsMetadataValidator::ValidationResult &result : qgsAsConst( validationResults ) )
{
errors += QLatin1String( "<b>" ) % result.section;
Expand Down

0 comments on commit 38fd985

Please sign in to comment.