[apps/sequence] Change name: addCells->setExtraCells

Change-Id: I1d19283fe2997668e78e91881f31f28efcbffe66
This commit is contained in:
Émilie Feral
2017-03-02 15:11:08 +01:00
committed by Romain Goyet
parent 695c8812bb
commit 78de0de16a
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ Toolbox * ListController::toolboxForTextField(TextField * textField) {
if (sequenceDefinition == 0) {
recurrenceDepth = sequence->numberOfElements()-1;
}
m_sequenceToolbox.addCells(sequence->name(), recurrenceDepth);
m_sequenceToolbox.setExtraCells(sequence->name(), recurrenceDepth);
return &m_sequenceToolbox;
}