Skip to content

Commit

Permalink
QString fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 13, 2024
1 parent 5988510 commit 4947a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/editorwidgets/qgsvaluemapconfigdlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ void QgsValueMapConfigDlg::updateMap( const QList<QPair<QString, QVariant>> &lis
if ( !reportedErrors.isEmpty() )
{
mValueMapErrorsLabel->setVisible( true );
mValueMapErrorsLabel->setText( reportedErrors.join( QStringLiteral( "<br>" ) ) );
mValueMapErrorsLabel->setText( reportedErrors.join( QLatin1String( "<br>" ) ) );
}
}
++row;
Expand Down

0 comments on commit 4947a83

Please sign in to comment.