File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5015,7 +5015,7 @@ QgsArrayForeachExpressionFunction::QgsArrayForeachExpressionFunction()
5015
5015
: QgsExpressionFunction( QStringLiteral( " array_foreach" ), QgsExpressionFunction::ParameterList()
5016
5016
<< QgsExpressionFunction::Parameter( QStringLiteral( " array" ) )
5017
5017
<< QgsExpressionFunction::Parameter( QStringLiteral( " expression" ) ),
5018
- QCoreApplication::tr ( " Arrays" ) )
5018
+ QStringLiteral ( " Arrays" ) )
5019
5019
{
5020
5020
5021
5021
}
@@ -5109,7 +5109,7 @@ QgsArrayFilterExpressionFunction::QgsArrayFilterExpressionFunction()
5109
5109
: QgsExpressionFunction( QStringLiteral( " array_filter" ), QgsExpressionFunction::ParameterList()
5110
5110
<< QgsExpressionFunction::Parameter( QStringLiteral( " array" ) )
5111
5111
<< QgsExpressionFunction::Parameter( QStringLiteral( " expression" ) ),
5112
- QCoreApplication::tr ( " Arrays" ) )
5112
+ QStringLiteral ( " Arrays" ) )
5113
5113
{
5114
5114
5115
5115
}
@@ -5204,7 +5204,7 @@ QgsWithVariableExpressionFunction::QgsWithVariableExpressionFunction()
5204
5204
QgsExpressionFunction::Parameter( QStringLiteral( " name" ) )
5205
5205
<< QgsExpressionFunction::Parameter( QStringLiteral( " value" ) )
5206
5206
<< QgsExpressionFunction::Parameter( QStringLiteral( " expression" ) ),
5207
- QCoreApplication::tr ( " General" ) )
5207
+ QStringLiteral ( " General" ) )
5208
5208
{
5209
5209
5210
5210
}
You can’t perform that action at this time.
0 commit comments