[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

@@ -7,7 +7,7 @@ namespace Shared {
class BufferFunctionTitleCell : public FunctionTitleCell {
public:
BufferFunctionTitleCell(Orientation orientation, KDText::FontSize size = KDText::FontSize::Large);
BufferFunctionTitleCell(Orientation orientation = Orientation::VerticalIndicator, KDText::FontSize size = KDText::FontSize::Large);
void setEven(bool even) override;
void setHighlighted(bool highlight) override;
void setColor(KDColor color) override;