]> git.sesse.net Git - kdenlive/blobdiff - src/keyframeedit.cpp
Show all parameter comments at once:
[kdenlive] / src / keyframeedit.cpp
index 8266ae5161d21f5b32b271956df7fa94977de98e..0af0c71afe8b0b2e4dc4ca09dfb0789a9b4f7227 100644 (file)
@@ -116,7 +116,7 @@ void KeyframeEdit::addParameter(QDomElement e, int activeKeyframe)
             m_params.at(columnId).attribute("min").toInt(), m_params.at(columnId).attribute("max").toInt(),
             m_params.at(columnId).attribute("default").toInt(), comment, m_params.at(columnId).attribute("suffix"), this);
     connect(doubleparam, SIGNAL(valueChanged(int)), this, SLOT(slotAdjustKeyframeValue(int)));
-    connect(doubleparam, SIGNAL(showComment(const QString&)), this, SIGNAL(showComment(const QString&)));
+    connect(this, SIGNAL(showComments()), doubleparam, SLOT(slotShowComment()));
     m_slidersLayout->addWidget(doubleparam, columnId, 0);
 
     QRadioButton *radio = new QRadioButton(this);