Update src/core/expression/qgsexpressionfunction.cpp

This commit is contained in:
Alessandro Pasotti 2024-11-19 14:16:32 +01:00 committed by Nyall Dawson
parent 552b63a7e8
commit 3a1ccaeaee

View File

@ -7748,7 +7748,7 @@ static QVariant executeGeomOverlay( const QVariantList &values, const QgsExpress
if ( ! context )
{
parent->setEvalErrorString( QObject::tr( "This function was called without an expression context." ) );
parent->setEvalErrorString( QStringLiteral( "This function was called without an expression context." ) );
return QVariant();
}