mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
Use QStringLiteral rather than QString in first run dialog
This commit is contained in:
parent
c33e8bab95
commit
9eea64675f
@ -36,7 +36,7 @@ QgsFirstRunDialog::QgsFirstRunDialog( QWidget *parent ) : QDialog( parent )
|
||||
else
|
||||
{
|
||||
// Production version shows link.
|
||||
mWelcomeProdLabel->setText( mWelcomeProdLabel->text().replace( QString( "VERSION_TOKEN" ), major.append( minor ) ) );
|
||||
mWelcomeProdLabel->setText( mWelcomeProdLabel->text().replace( QStringLiteral( "VERSION_TOKEN" ), major.append( minor ) ) );
|
||||
mWelcomeDevLabel->hide();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user