[apps] Factorize the method textFieldDidReceiveEvent in the abstract

class float parameter controller

Change-Id: I374e46664f6514246fff6378d97ae142c7130ca9
This commit is contained in:
Émilie Feral
2016-12-21 13:58:52 +01:00
parent 434906bbdb
commit 453891c0da
10 changed files with 7 additions and 24 deletions

View File

@@ -71,9 +71,4 @@ int IntervalParameterController::reusableCellCount() {
return k_totalNumberOfCell;
}
bool IntervalParameterController::textFieldDidReceiveEvent(TextField * textField, Ion::Events::Event event) {
App * myApp = (App *)app();
return myApp->textFieldDidReceiveEvent(textField, event);
}
}