mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
[apps/escher] Changed setExpression to setExpressionLayout.
Change-Id: I095a12868fd7eaf8d4eb2408617941a86f43e1ee
This commit is contained in:
@@ -6,7 +6,7 @@ Controller::ContentView::ContentView(ExpressionAndLayout * expressionAndLayout)
|
||||
SolidColorView(KDColorWhite),
|
||||
m_expressionView()
|
||||
{
|
||||
m_expressionView.setExpression(expressionAndLayout->expressionLayout());
|
||||
m_expressionView.setExpressionLayout(expressionAndLayout->expressionLayout());
|
||||
}
|
||||
|
||||
void Controller::ContentView::layoutSubviews() {
|
||||
|
||||
Reference in New Issue
Block a user