[poincare] Change names: LayoutReference-->Layout

This commit is contained in:
Émilie Feral
2018-09-18 16:28:39 +02:00
parent f5298650a7
commit 365b145cf3
277 changed files with 1654 additions and 1671 deletions

View File

@@ -18,7 +18,7 @@ void ExpressionTableCell::setHighlighted(bool highlight) {
m_labelExpressionView.setBackgroundColor(backgroundColor);
}
void ExpressionTableCell::setLayoutReference(Poincare::LayoutReference layoutR) {
m_labelExpressionView.setLayoutReference(layoutR);
void ExpressionTableCell::setLayout(Poincare::Layout layoutR) {
m_labelExpressionView.setLayout(layoutR);
layoutSubviews();
}