mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 16:20:49 +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
@@ -53,7 +53,6 @@ protected:
|
||||
StackViewController * stackController() const;
|
||||
void configureFunction(Ion::Storage::Record record);
|
||||
void computeTitlesColumnWidth(bool forceMax = false);
|
||||
FunctionStore * modelStore() override;
|
||||
KDCoordinate baseline(int j);
|
||||
void resetMemoizationForIndex(int index) override;
|
||||
void shiftMemoization(bool newCellIsUnder) override;
|
||||
|
||||
Reference in New Issue
Block a user