[apps/*/values_controller] Inline intervalParameterController getter in header

and make it private
This commit is contained in:
Ruben Dashyan
2019-08-28 16:32:30 +02:00
parent e00a6f7140
commit 5effb5f6b2
5 changed files with 7 additions and 11 deletions

View File

@@ -55,10 +55,6 @@ I18n::Message ValuesController::emptyMessage() {
return I18n::Message::NoActivatedFunction;
}
IntervalParameterController * ValuesController::intervalParameterController() {
return &m_intervalParameterController;
}
Ion::Storage::Record ValuesController::recordAtColumn(int i) {
bool isDerivative = false;
return recordAtColumn(i, &isDerivative);