mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 16:20:49 +01:00
[coding style] Make some methods const
This commit is contained in:
@@ -73,7 +73,7 @@ bool CalculationParameterController::handleEvent(Ion::Events::Event event) {
|
||||
return false;
|
||||
}
|
||||
|
||||
int CalculationParameterController::numberOfRows() {
|
||||
int CalculationParameterController::numberOfRows() const {
|
||||
// Inverse row + [optional intersection row] + all other rows (max, min zeros, tangent, integral)
|
||||
return 1 + shouldDisplayIntersection() + k_totalNumberOfReusableCells - 1;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user