X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcomplexparameter.cpp;h=864b3f41cfc07fc41c6dbb3c0a2c50736ce49f2d;hb=f6e2d5e00d13dbc8c511b127faa9f127a8decab1;hp=4f6a7fa752d1af29b4d16a901162d4064023aa3e;hpb=9472299b931b35891fb78bc18ec06d921bf59a33;p=kdenlive diff --git a/src/complexparameter.cpp b/src/complexparameter.cpp index 4f6a7fa7..864b3f41 100644 --- a/src/complexparameter.cpp +++ b/src/complexparameter.cpp @@ -49,8 +49,6 @@ ComplexParameter::ComplexParameter(QWidget *parent) : connect(m_ui.buttonNewPoints, SIGNAL(clicked()), this , SLOT(slotSetNew())); connect(m_ui.buttonHelp, SIGNAL(clicked()), this , SLOT(slotSetHelp())); connect(m_ui.parameterList, SIGNAL(currentIndexChanged(const QString &)), this, SLOT(slotParameterChanged(const QString&))); - //connect (m_ui.effectlist, SIGNAL (itemSelectionChanged() ) , this, SLOT ( itemSelectionChanged())); - connect(this, SIGNAL(transferParamDesc(const QDomElement&, const QString&, int , int)), m_ui.kplotwidget, SLOT(setPointLists(const QDomElement&, const QString&, int , int))); connect(m_ui.kplotwidget, SIGNAL(parameterChanged(QDomElement)), this , SLOT(slotUpdateEffectParams(QDomElement))); connect(m_ui.kplotwidget, SIGNAL(parameterList(QStringList)), this , SLOT(slotUpdateParameterList(QStringList))); /*ÜeffectLists["audio"]=audioEffectList; @@ -116,7 +114,7 @@ void ComplexParameter::slotParameterChanged(const QString& text) updateButtonStatus(); } -void ComplexParameter::setupParam(const QDomElement& d, const QString& paramName, int from, int to) +void ComplexParameter::setupParam(const QDomElement d, const QString& paramName, int from, int to) { m_param = d; m_ui.kplotwidget->setPointLists(d, paramName, from, to);