Implement addToFavourites() and getNextFreeCell()

这个提交包含在:
2020-09-27 15:42:53 +02:00
父节点 653089c475
当前提交 6b924c0f53
共有 4 个文件被更改,包括 43 次插入2 次删除

查看文件

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