mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 16:50:50 +01:00
[apps] Get rid of DynamicViewController
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user