[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

@@ -44,10 +44,6 @@ I18n::Message ValuesController::emptyMessage() {
return I18n::Message::NoActivatedSequence;
}
IntervalParameterController * ValuesController::intervalParameterController() {
return &m_intervalParameterController;
}
bool ValuesController::setDataAtLocation(double floatBody, int columnIndex, int rowIndex) {
if (floatBody < 0) {
return false;