mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-22 15:20:39 +01:00
[coding style] Make some methods const
This commit is contained in:
@@ -69,7 +69,7 @@ bool VariableBoxController::handleEvent(Ion::Events::Event event) {
|
||||
return NestedMenuController::handleEvent(event);
|
||||
}
|
||||
|
||||
int VariableBoxController::numberOfRows() {
|
||||
int VariableBoxController::numberOfRows() const {
|
||||
switch (m_currentPage) {
|
||||
case Page::RootMenu:
|
||||
return k_numberOfMenuRows;
|
||||
|
||||
Reference in New Issue
Block a user