mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-22 07:10:40 +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
@@ -291,4 +291,8 @@ bool ListController::removeModelRow(Ion::Storage::Record record) {
|
||||
return true;
|
||||
}
|
||||
|
||||
SequenceStore * ListController::modelStore() {
|
||||
return App::app()->functionStore();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user