mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
Update src/core/expression/qgsexpressionfunction.cpp
This commit is contained in:
parent
552b63a7e8
commit
3a1ccaeaee
@ -7748,7 +7748,7 @@ static QVariant executeGeomOverlay( const QVariantList &values, const QgsExpress
|
|||||||
|
|
||||||
if ( ! context )
|
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();
|
return QVariant();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user