]> git.sesse.net Git - kdenlive/blobdiff - src/dragvalue.cpp
normalize signal/slots
[kdenlive] / src / dragvalue.cpp
index a90f8ea49f262db3be124af75a2a6ad3470870ff..6a8eeb1ed7caa2abede043c404c88fad181cec8c 100644 (file)
@@ -131,7 +131,7 @@ DragValue::DragValue(const QString &label, double defaultValue, int decimals, do
         m_menu->addAction(timeline);
     }
 
-    connect(this, SIGNAL(customContextMenuRequested(const QPoint&)), this, SLOT(slotShowContextMenu(const QPoint&)));
+    connect(this, SIGNAL(customContextMenuRequested(QPoint)), this, SLOT(slotShowContextMenu(QPoint)));
     connect(m_scale, SIGNAL(triggered(int)), this, SLOT(slotSetScaleMode(int)));
     connect(m_directUpdate, SIGNAL(triggered(bool)), this, SLOT(slotSetDirectUpdate(bool)));
 }