mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-30 00:29:39 -05:00
remove (s)
This commit is contained in:
parent
6c1ab8b30d
commit
f43a10e3cf
@ -8104,7 +8104,7 @@ const QList<QgsExpressionFunction *> &QgsExpression::Functions()
|
||||
|
||||
functions
|
||||
<< new QgsStaticExpressionFunction( QStringLiteral( "get_feature" ), QgsExpressionFunction::ParameterList() << QgsExpressionFunction::Parameter( QStringLiteral( "layer" ) )
|
||||
<< QgsExpressionFunction::Parameter( QStringLiteral( "attribute(s)" ) )
|
||||
<< QgsExpressionFunction::Parameter( QStringLiteral( "attribute" ) )
|
||||
<< QgsExpressionFunction::Parameter( QStringLiteral( "value" ), true ),
|
||||
fcnGetFeature, QStringLiteral( "Record and Attributes" ), QString(), false, QSet<QString>(), false, QStringList() << QStringLiteral( "QgsExpressionUtils::getFeature" ) )
|
||||
<< new QgsStaticExpressionFunction( QStringLiteral( "get_feature_by_id" ), QgsExpressionFunction::ParameterList() << QgsExpressionFunction::Parameter( QStringLiteral( "layer" ) )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user