mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] Rule of 5 (3)
Change-Id: Ia85b23a09e9debd62b4f3590463a4f16454ef4b7
This commit is contained in:
@@ -8,8 +8,8 @@ namespace Sequence {
|
||||
|
||||
CurveParameterController::CurveParameterController(GraphController * graphController, InteractiveCurveViewRange * graphRange, CurveViewCursor * cursor) :
|
||||
FunctionCurveParameterController(graphRange, cursor),
|
||||
m_goToParameterController(GoToParameterController(this, graphRange, cursor, I18n::Message::N)),
|
||||
m_sumCell(MessageTableCell(I18n::Message::TermSum)),
|
||||
m_goToParameterController(this, graphRange, cursor, I18n::Message::N),
|
||||
m_sumCell(I18n::Message::TermSum),
|
||||
m_graphController(graphController)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user