[shared] Remove New Function Cell class which is a duplicate of Even Odd

Message Text Cell
This commit is contained in:
Émilie Feral
2018-05-23 16:40:51 +02:00
parent 78e750b053
commit 837e0694d1
9 changed files with 6 additions and 66 deletions

View File

@@ -294,7 +294,8 @@ void ListController::addEmptyFunction() {
View * ListController::loadView() {
m_emptyCell = new EvenOddCell();
m_addNewFunction = new NewFunctionCell(m_addNewMessage);
m_addNewFunction = new EvenOddMessageTextCell();
m_addNewFunction->setMessage(m_addNewMessage);
SelectableTableView * selectableTableView = new SelectableTableView(this, this, this, this);
selectableTableView->setMargins(0);
selectableTableView->setVerticalCellOverlap(0);