mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 11:39:58 +02:00
[coding style] Make some methods const
This commit is contained in:
@@ -149,11 +149,11 @@ Responder * SolutionsController::defaultController() {
|
||||
|
||||
/* TableViewDataSource */
|
||||
|
||||
int SolutionsController::numberOfRows() {
|
||||
int SolutionsController::numberOfRows() const {
|
||||
return m_equationStore->numberOfSolutions();
|
||||
}
|
||||
|
||||
int SolutionsController::numberOfColumns() {
|
||||
int SolutionsController::numberOfColumns() const {
|
||||
return 2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user