mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/shared] Clean FunctionCurveParameterController constructor
This commit is contained in:
committed by
Émilie Feral
parent
696434d38a
commit
82a0f72d42
@@ -3,7 +3,7 @@
|
||||
|
||||
namespace Shared {
|
||||
|
||||
FunctionCurveParameterController::FunctionCurveParameterController(InteractiveCurveViewRange * graphRange, CurveViewCursor * cursor) :
|
||||
FunctionCurveParameterController::FunctionCurveParameterController() :
|
||||
ViewController(nullptr),
|
||||
m_goToCell(I18n::Message::Goto),
|
||||
m_selectableTableView(this, this, this),
|
||||
|
||||
Reference in New Issue
Block a user