[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

@@ -202,7 +202,7 @@ bool SumGraphController::handleEnter() {
SumGraphController::LegendView::LegendView(SumGraphController * controller, char sumSymbol) :
m_sum(0.0f, 0.5f, KDColorBlack, Palette::GreyMiddle),
m_sumLayoutRef(nullptr),
m_sumLayoutRef(),
m_legend(KDText::FontSize::Small, I18n::Message::Default, 0.0f, 0.5f, KDColorBlack, Palette::GreyMiddle),
m_editableZone(controller, m_draftText, m_draftText, TextField::maxBufferSize(), controller, false, KDText::FontSize::Small, 0.0f, 0.5f, KDColorBlack, Palette::GreyMiddle),
m_sumSymbol(sumSymbol)