mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-18 00:03:05 -04:00
QgsAttributeAction::expandAction still in use - drop deprecation
This commit is contained in:
parent
494561167d
commit
72091184d6
@ -144,11 +144,8 @@ class CORE_EXPORT QgsAttributeAction
|
||||
|
||||
/*! Expands the given action, replacing all %'s with the value as
|
||||
* given.
|
||||
* @deprecated
|
||||
*/
|
||||
Q_DECL_DEPRECATED QString expandAction( QString action,
|
||||
const QgsAttributeMap &attributes,
|
||||
uint defaultValueIndex );
|
||||
QString expandAction( QString action, const QgsAttributeMap &attributes, uint defaultValueIndex );
|
||||
|
||||
/*! Expands the given action using the expression builder
|
||||
* This function currently replaces each expression between [% and %]
|
||||
|
Loading…
x
Reference in New Issue
Block a user