Rename Shared::CartesianFunction to Shared::ContinuousFunction

This commit is contained in:
Ruben Dashyan
2019-09-09 15:55:56 +02:00
committed by LeaNumworks
parent be019cd5cf
commit df2897925b
30 changed files with 170 additions and 162 deletions

View File

@@ -69,7 +69,7 @@ void FunctionParameterController::willDisplayCellForIndex(HighlightCell * cell,
}
}
ExpiringPointer<CartesianFunction> FunctionParameterController::function() {
ExpiringPointer<ContinuousFunction> FunctionParameterController::function() {
return App::app()->functionStore()->modelForRecord(m_record);
}