[escher] In alternate empty view delegate, make is empty method const

Change-Id: Iad3fbfef4deb76676b0373cfb3c919127efc3207
This commit is contained in:
Émilie Feral
2017-01-20 10:23:06 +01:00
parent ad0df1f2f6
commit 3555a6306c
15 changed files with 15 additions and 15 deletions

View File

@@ -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;
}