[poincare] Change name: LayoutRef --> LayoutReference

This commit is contained in:
Émilie Feral
2018-09-14 16:43:27 +02:00
parent 467cc2b76f
commit 616e4c0bcc
186 changed files with 677 additions and 679 deletions

View File

@@ -76,7 +76,7 @@ int StoreParameterController::typeAtLocation(int i, int j) {
void StoreParameterController::willDisplayCellForIndex(HighlightCell * cell, int index) {
if (index == numberOfRows() -1) {
m_changeRegressionCell.setLayoutRef(static_cast<Store *>(m_store)->modelForSeries(m_series)->layout());
m_changeRegressionCell.setLayoutReference(static_cast<Store *>(m_store)->modelForSeries(m_series)->layout());
}
Shared::StoreParameterController::willDisplayCellForIndex(cell, index);
}