Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
nyalldawson committed Jan 24, 2022
1 parent 0e543ab commit 5cdd5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -613,7 +613,7 @@ static void customSrsValidation_( QgsCoordinateReferenceSystem &srs )
// srs is a reference and may be deleted before the queued slot is called.
// We also can't do ANY gui related stuff here. Best we can do is log
// a warning and move on...
QgsMessageLog::logMessage( tr( "Layer has unknown CRS" ) );
QgsMessageLog::logMessage( QObject::tr( "Layer has unknown CRS" ) );
}
else
{
Expand Down

0 comments on commit 5cdd5b5

Please sign in to comment.