[apps] Get rid of DynamicViewController

This commit is contained in:
Émilie Feral
2018-09-07 16:36:17 +02:00
parent 5712e7754c
commit 0fbab2f35c
18 changed files with 72 additions and 148 deletions

View File

@@ -9,6 +9,11 @@ FunctionTitleCell::FunctionTitleCell(Orientation orientation) :
{
}
void FunctionTitleCell::setOrientation(Orientation orientation) {
m_orientation = orientation;
reloadCell();
}
void FunctionTitleCell::setColor(KDColor color) {
m_functionColor = color;
reloadCell();