Skip to content

Commit 6893f49

Browse files
committedJan 27, 2016
Properly fix doxygen warning
1 parent 59f418b commit 6893f49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/core/qgsexpressioncontext.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ class QgsExpressionContext
392392
static const QString EXPR_FIELDS;
393393
//! Inbuilt variable name for feature storage
394394
static const QString EXPR_FEATURE;
395-
//! Inbuilt variable name for @value original value variable
395+
//! Inbuilt variable name for value original value variable
396396
static const QString EXPR_ORIGINAL_VALUE;
397397
//! Inbuilt variable name for symbol color variable
398398
static const QString EXPR_SYMBOL_COLOR;

‎src/core/qgsexpressioncontext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ class CORE_EXPORT QgsExpressionContext
427427
static const QString EXPR_FIELDS;
428428
//! Inbuilt variable name for feature storage
429429
static const QString EXPR_FEATURE;
430-
//! Inbuilt variable name for @value original value variable
430+
//! Inbuilt variable name for value original value variable
431431
static const QString EXPR_ORIGINAL_VALUE;
432432
//! Inbuilt variable name for symbol color variable
433433
static const QString EXPR_SYMBOL_COLOR;

0 commit comments

Comments
 (0)
Please sign in to comment.