mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
[apps] Rule of 5 (3)
Change-Id: Ia85b23a09e9debd62b4f3590463a4f16454ef4b7
This commit is contained in:
@@ -8,11 +8,11 @@ namespace Regression {
|
||||
|
||||
GraphController::GraphController(Responder * parentResponder, ButtonRowController * header, Store * store) :
|
||||
InteractiveCurveViewController(parentResponder, header, store, &m_view),
|
||||
m_bannerView(BannerView()),
|
||||
m_view(GraphView(store, &m_cursor, &m_bannerView, &m_cursorView)),
|
||||
m_bannerView(),
|
||||
m_view(store, &m_cursor, &m_bannerView, &m_cursorView),
|
||||
m_store(store),
|
||||
m_initialisationParameterController(InitialisationParameterController(this, m_store)),
|
||||
m_predictionParameterController(PredictionParameterController(this, m_store, &m_cursor)),
|
||||
m_initialisationParameterController(this, m_store),
|
||||
m_predictionParameterController(this, m_store, &m_cursor),
|
||||
m_selectedDotIndex(-1)
|
||||
{
|
||||
m_store->setCursor(&m_cursor);
|
||||
|
||||
Reference in New Issue
Block a user