mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-09 00:04:30 -05:00
Fix build after rebase
This commit is contained in:
parent
3c71405ba2
commit
f6e2c0dee8
@ -8031,7 +8031,7 @@ const QList<QgsExpressionFunction *> &QgsExpression::Functions()
|
|||||||
<< new QgsStaticExpressionFunction( QStringLiteral( "map_avals" ), QgsExpressionFunction::ParameterList() << QgsExpressionFunction::Parameter( QStringLiteral( "map" ) ), fcnMapAVals, QStringLiteral( "Maps" ) )
|
<< new QgsStaticExpressionFunction( QStringLiteral( "map_avals" ), QgsExpressionFunction::ParameterList() << QgsExpressionFunction::Parameter( QStringLiteral( "map" ) ), fcnMapAVals, QStringLiteral( "Maps" ) )
|
||||||
<< new QgsStaticExpressionFunction( QStringLiteral( "map_prefix_keys" ), QgsExpressionFunction::ParameterList() << QgsExpressionFunction::Parameter( QStringLiteral( "map" ) )
|
<< new QgsStaticExpressionFunction( QStringLiteral( "map_prefix_keys" ), QgsExpressionFunction::ParameterList() << QgsExpressionFunction::Parameter( QStringLiteral( "map" ) )
|
||||||
<< QgsExpressionFunction::Parameter( QStringLiteral( "prefix" ) ),
|
<< QgsExpressionFunction::Parameter( QStringLiteral( "prefix" ) ),
|
||||||
fcnMapPrefixKeys, QStringLiteral( "Maps" ) ),
|
fcnMapPrefixKeys, QStringLiteral( "Maps" ) )
|
||||||
<< new QgsStaticExpressionFunction( QStringLiteral( "url_encode" ), QgsExpressionFunction::ParameterList() << QgsExpressionFunction::Parameter( QStringLiteral( "map" ) ),
|
<< new QgsStaticExpressionFunction( QStringLiteral( "url_encode" ), QgsExpressionFunction::ParameterList() << QgsExpressionFunction::Parameter( QStringLiteral( "map" ) ),
|
||||||
fcnToFormUrlEncode, QStringLiteral( "Maps" ) )
|
fcnToFormUrlEncode, QStringLiteral( "Maps" ) )
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user