Implement addToFavourites() and getNextFreeCell()

This commit is contained in:
2020-09-27 15:42:53 +02:00
parent 653089c475
commit 6b924c0f53
4 changed files with 43 additions and 2 deletions

View File

@ -49,7 +49,7 @@ void EntryPushButton::emitOwnClicked()
emit clicked(this->config);
}
const EntryConfig &EntryPushButton::getEntryConfig()
const EntryConfig &EntryPushButton::getEntryConfig() const
{
return this->config;
}