Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
QgsAttributeAction::expandAction still in use - drop deprecation
  • Loading branch information
jef-n committed Mar 25, 2012
1 parent 4945611 commit 7209118
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/core/qgsattributeaction.h
Expand Up @@ -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 %]
Expand Down

0 comments on commit 7209118

Please sign in to comment.