mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-28 18:20:14 +01:00
[coding style] Make some methods const
This commit is contained in:
@@ -60,7 +60,7 @@ bool EquationModelsParameterController::handleEvent(Ion::Events::Event event) {
|
||||
return false;
|
||||
}
|
||||
|
||||
int EquationModelsParameterController::numberOfRows() {
|
||||
int EquationModelsParameterController::numberOfRows() const {
|
||||
return k_numberOfExpressionCells+1;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user