Skip to content

Fix functionDescription()

Martin Marmsoler requested to merge work/ExpressionParser into master

Description

  • fix wrong description is shown
  • fix translation in constants

The problem is that _functions and _special_functions exist, but only one list with both concatenated: m_constantsDescription. Because of this when a special function is used (for example cell()) the index of cell will be used in this concatenated list and therefore the wrong description is used (cell 1 has index 0 in _special_functions, but in the concatenated it is 0 + _number_functions.

Conformity

When external dependencies are removed

  • Reporting to ...
Edited by Martin Marmsoler

Merge request reports