[poincare] Remove Tree constructors that use nullptr as parameter

This commit is contained in:
Léa Saviot
2018-08-14 14:58:47 +02:00
parent 423dfa0654
commit 5d9e69dedc
29 changed files with 75 additions and 89 deletions

View File

@@ -3,7 +3,7 @@ using namespace Poincare;
ExpressionView::ExpressionView(float horizontalAlignment, float verticalAlignment,
KDColor textColor, KDColor backgroundColor) :
m_layoutRef(nullptr),
m_layoutRef(),
m_horizontalAlignment(horizontalAlignment),
m_verticalAlignment(verticalAlignment),
m_textColor(textColor),