mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 22:00:28 +01:00
[escher] Divide class selectable table view delegate in 2: selectable
table view data source & selectable table view delegate Change-Id: I90fbd61e271db3754c13bd0069b95c2026de6814
This commit is contained in:
@@ -294,7 +294,7 @@ bool ListController::removeFunctionRow(Function * function) {
|
||||
View * ListController::loadView() {
|
||||
m_emptyCell = new EvenOddCell();
|
||||
m_addNewFunction = new NewFunctionCell(m_addNewMessage);
|
||||
return new SelectableTableView(this, this, 0, 0, 0, 0, 0, 0, this, false, true);
|
||||
return new SelectableTableView(this, this, 0, 0, 0, 0, 0, 0, this, nullptr, false, true);
|
||||
}
|
||||
|
||||
void ListController::unloadView(View * view) {
|
||||
|
||||
Reference in New Issue
Block a user