mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-26 17:20:53 +01:00
[escher] In alternate empty view delegate, make is empty method const
Change-Id: Iad3fbfef4deb76676b0373cfb3c919127efc3207
This commit is contained in:
@@ -249,7 +249,7 @@ int ValuesController::typeAtLocation(int i, int j) {
|
||||
return 3;
|
||||
}
|
||||
|
||||
bool ValuesController::isEmpty() {
|
||||
bool ValuesController::isEmpty() const {
|
||||
if (m_functionStore->numberOfActiveFunctions() == 0) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user