[poincare] Evaluation return numerical matrix

Change-Id: I58dbc93ad22a086580a77318b2524db9c70e47d2
This commit is contained in:
Émilie Feral
2017-07-31 14:35:57 +02:00
parent d92eb6866d
commit f73ddcd08f
165 changed files with 1675 additions and 2154 deletions

View File

@@ -83,7 +83,7 @@ void VariableBoxLeafCell::setSubtitle(const char * text) {
layoutSubviews();
}
void VariableBoxLeafCell::setExpression(Expression * expression) {
void VariableBoxLeafCell::setExpression(const Expression * expression) {
if(m_expressionLayout != nullptr) {
delete m_expressionLayout;
m_expressionLayout = nullptr;