Skip to content

Commit

Permalink
Silence false positive cppcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 29, 2024
1 parent 0e907c5 commit e10283b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/numericformats/qgsexpressionbasednumericformat.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class CORE_EXPORT QgsExpressionBasedNumericFormat : public QgsNumericFormat
*
* \see expression()
*/
void setExpression( const QString &expression );
void setExpression( const QString &expression ); // cppcheck-suppress functionConst

/**
* Returns the expression used to calculate the text representation of a value.
Expand Down

0 comments on commit e10283b

Please sign in to comment.