[apps] enable node navigation controller to use different cell types

(implemented by its subclasses)

Change-Id: I44ef187c0142f049c710a4515c3dc0edf5573927
This commit is contained in:
Émilie Feral
2016-11-14 10:48:56 +01:00
parent 9e9302b602
commit 41f8d0c75c
8 changed files with 53 additions and 10 deletions

View File

@@ -131,3 +131,6 @@ void NodeNavigationController::didBecomeFirstResponder() {
void NodeNavigationController::setTextFieldCaller(TextField * textField) {
m_textFieldCaller = textField;
}
void NodeNavigationController::willDisplayCellForIndex(TableViewCell * cell, int index) {
}