[apps/shared] Clean FunctionCurveParameterController constructor

This commit is contained in:
Ruben Dashyan
2019-04-12 15:10:41 +02:00
committed by Émilie Feral
parent 696434d38a
commit 82a0f72d42
5 changed files with 4 additions and 7 deletions

View File

@@ -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),