mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
[apps/*/expression_model_list_controller] Refactor modelStore()
Its return type is covariant. Get the ExpressionModelStore from the App.
This commit is contained in:
committed by
LeaNumworks
parent
e80aaa649d
commit
413397652c
@@ -248,10 +248,6 @@ TabViewController * FunctionListController::tabController() const {
|
||||
return static_cast<TabViewController *>(parentResponder()->parentResponder()->parentResponder()->parentResponder());
|
||||
}
|
||||
|
||||
FunctionStore * FunctionListController::modelStore() {
|
||||
return FunctionApp::app()->functionStore();
|
||||
}
|
||||
|
||||
InputViewController * FunctionListController::inputController() {
|
||||
return FunctionApp::app()->inputViewController();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user