[apps/sequence/list] Enable to delete all sequences

Change-Id: I923a5461b81352730ed4cba182c851c53b4cd33e
This commit is contained in:
Émilie Feral
2017-02-09 09:48:18 +01:00
parent 4f7658b271
commit 64280be6ac
4 changed files with 21 additions and 19 deletions

View File

@@ -7,10 +7,10 @@ ListParameterController::ListParameterController(Responder * parentResponder, Fu
ViewController(parentResponder),
m_selectableTableView(SelectableTableView(this, this, Metric::TopMargin, Metric::RightMargin,
Metric::BottomMargin, Metric::LeftMargin)),
m_functionStore(functionStore),
m_colorCell(ChevronMenuListCell((char*)"Couleur de la fonction")),
m_enableCell(SwitchMenuListCell((char*)"Activer/Desactiver")),
m_deleteCell(MenuListCell((char*)"Supprimer la fonction")),
m_functionStore(functionStore)
m_deleteCell(MenuListCell((char*)"Supprimer la fonction"))
{
}