]> git.sesse.net Git - kdenlive/blobdiff - src/doubleparameterwidget.cpp
normalize signal/slots
[kdenlive] / src / doubleparameterwidget.cpp
index 0a30fa1a0a9efae2f237f0ff9047e41c8f42f9a0..bcbcf509ea19bc4dece4f3c3957c59b20d80942c 100644 (file)
@@ -46,7 +46,7 @@ DoubleParameterWidget::DoubleParameterWidget(const QString &name, double value,
        setToolTip(comment);
     }
     m_dragVal->setValue(value, false);
-    connect(m_dragVal, SIGNAL(valueChanged(double, bool)), this, SLOT(slotSetValue(double, bool)));
+    connect(m_dragVal, SIGNAL(valueChanged(double,bool)), this, SLOT(slotSetValue(double,bool)));
     connect(m_dragVal, SIGNAL(inTimeline(int)), this, SIGNAL(setInTimeline(int)));
 }