mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-28 10:09:53 +01:00
[escher] Change name: pointer->message
Change-Id: I0bd7a7d8da047b03342bec1ff31f29ad7efcc2f6
This commit is contained in:
@@ -8,9 +8,9 @@ ListParameterController::ListParameterController(Responder * parentResponder, Fu
|
||||
m_selectableTableView(SelectableTableView(this, this, 1, Metric::CommonTopMargin, Metric::CommonRightMargin,
|
||||
Metric::CommonBottomMargin, Metric::CommonLeftMargin)),
|
||||
m_functionStore(functionStore),
|
||||
m_colorCell(PointerTableCellWithChevron(functionColorMessage)),
|
||||
m_enableCell(PointerTableCellWithSwitch(I18n::Message::ActivateDesactivate)),
|
||||
m_deleteCell(PointerTableCell(deleteFunctionMessage))
|
||||
m_colorCell(MessageTableCellWithChevron(functionColorMessage)),
|
||||
m_enableCell(MessageTableCellWithSwitch(I18n::Message::ActivateDesactivate)),
|
||||
m_deleteCell(MessageTableCell(deleteFunctionMessage))
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user