[poincare] Change name: createEvaluation -> evaluate

Change-Id: I8f241541af0435c6ab4f7ba1f561f880c4e95ac0
This commit is contained in:
Émilie Feral
2016-12-08 11:55:51 +01:00
parent acf0b3b9d6
commit 357f971120
31 changed files with 80 additions and 78 deletions

View File

@@ -57,7 +57,7 @@ void Calculation::setContent(const char * c, Context * context) {
if (m_evaluation != nullptr) {
delete m_evaluationLayout;
}
m_evaluation = m_expression->createEvaluation(*context);
m_evaluation = m_expression->evaluate(*context);
if (m_evaluationLayout != nullptr) {
delete m_evaluationLayout;
}