Skip to content

Commit

Permalink
Update src/core/expression/qgsexpressionfunction.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed Nov 19, 2024
1 parent 552b63a commit 3a1ccae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/expression/qgsexpressionfunction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit 3a1ccae

Please sign in to comment.