]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.cpp
Double click on monitor overlay info to edit a marker
[kdenlive] / src / mainwindow.cpp
index c3494a6749adee8cfeb0afc2b76fe219234dc2a1..5c36eb9ada3da9d9fc16bd7253f33cbc0cbf6e54 100644 (file)
@@ -1422,6 +1422,7 @@ void MainWindow::setupActions()
     connect(deleteAllClipMarkers, SIGNAL(triggered(bool)), this, SLOT(slotDeleteAllClipMarkers()));
 
     KAction* editClipMarker = new KAction(KIcon("document-properties"), i18n("Edit Marker"), this);
+    editClipMarker->setData(QString("edit_marker"));
     collection.addAction("edit_clip_marker", editClipMarker);
     connect(editClipMarker, SIGNAL(triggered(bool)), this, SLOT(slotEditClipMarker()));