Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add a comment
  • Loading branch information
Hugo Mercier committed Sep 27, 2012
1 parent ff6b04b commit 896c47e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/composer/qgscomposerlabel.h
Expand Up @@ -48,6 +48,7 @@ class CORE_EXPORT QgsComposerLabel: public QgsComposerItem
@note this function was added in version 1.2*/
QString displayText() const;

/** Sets the current feature, the current layer and a list of local variable substitutions for evaluating expressions */
void setExpressionContext( QgsFeature* feature, QgsVectorLayer* layer, QMap<QString, QVariant> substitutions = QMap<QString, QVariant>() );

QFont font() const;
Expand Down

0 comments on commit 896c47e

Please sign in to comment.